mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 11:08:12 +08:00
turn brush back on, with bugs...
This commit is contained in:
+4
-2
@@ -58,8 +58,10 @@ export const maxParagraphWidth = 600;
|
||||
export const maxControlsWidth = 800;
|
||||
|
||||
export const graphMargin = {top: 20, right: 10, bottom: 30, left: 40};
|
||||
export const graphWidth = 1440 /* window width */ - 410 /* sidebar */ - (15 + 15) /* left right padding */ /* but responsive */;
|
||||
export const graphHeight = 500;
|
||||
// export const graphWidth = 1440 /* window width */ - 410 /* sidebar */ - (15 + 15) /* left right padding */ /* but responsive */;
|
||||
// export const graphHeight = 500;
|
||||
export const graphWidth = 960;
|
||||
export const graphHeight = 960;
|
||||
|
||||
export const graphXScale = d3.scaleLinear()
|
||||
.domain([0, 1]) /* while this is the default for d3, our data is normalized so better to be explicit */
|
||||
|
||||
Reference in New Issue
Block a user