12731 : Only synchronize X-axis, not both
authorTom Morris <tfmorris@veritasgenetics.com>
Mon, 4 Dec 2017 00:39:33 +0000 (19:39 -0500)
committerTom Morris <tfmorris@veritasgenetics.com>
Mon, 4 Dec 2017 00:39:33 +0000 (19:39 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris@veritasgenetics.com>

tools/crunchstat-summary/crunchstat_summary/dygraphs.js

index f7dd1eb7925f48c83ca68f66007354bcacd9906c..52e5534ef179f1124c90084e68596b8a43bf08e4 100644 (file)
@@ -72,7 +72,7 @@ window.onload = function() {
         });
     });
 
-    var sync = Dygraph.synchronize(Object.values(charts));
+    var sync = Dygraph.synchronize(Object.values(charts), {range: false});
 
     if (typeof window.debug === 'undefined')
         window.debug = {};