graph width pre responsive

This commit is contained in:
Colin Megill
2018-02-28 10:03:46 -08:00
parent 06ab2b6a6a
commit 2fe600af93
+1 -1
View File
@@ -46,7 +46,7 @@ export const maxParagraphWidth = 600;
export const maxControlsWidth = 800;
export const graphMargin = {top: 20, right: 10, bottom: 30, left: 40};
export const graphWidth = 960;
export const graphWidth = 1440 /* window width */ - 410 /* sidebar */ - (15 + 15) /* left right padding */ /* but responsive */;
export const graphHeight = 500;
export const graphXScale = d3.scaleLinear()