mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 06:28:12 +08:00
make parallel fixed width at 1200 for now
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import _ from "lodash";
|
||||
|
||||
const paddingRight = 120;
|
||||
const continuousChartWidth = 1200;
|
||||
|
||||
export const margin = {top: 66, right: 110, bottom: 20, left: 60};
|
||||
export const width = document.body.clientWidth - margin.left - margin.right - paddingRight;
|
||||
export const width = continuousChartWidth - margin.left - margin.right - paddingRight;
|
||||
export const height = 340 - margin.top - margin.bottom;
|
||||
export const innerHeight = height - 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user