[ARVADOS] updated: 1.1.1-114-gf24bdaa

Git user git at public.curoverse.com
Sun Dec 3 19:40:43 EST 2017


Summary of changes:
 tools/crunchstat-summary/crunchstat_summary/dygraphs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f24bdaa4bebace7d4959053b47a6ef139e4b02a7 (commit)
      from  540ae1f8ada2b51a34ec244473f45bc03714019a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f24bdaa4bebace7d4959053b47a6ef139e4b02a7
Author: Tom Morris <tfmorris at veritasgenetics.com>
Date:   Sun Dec 3 19:39:33 2017 -0500

    12731 : Only synchronize X-axis, not both
    
    Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris at veritasgenetics.com>

diff --git a/tools/crunchstat-summary/crunchstat_summary/dygraphs.js b/tools/crunchstat-summary/crunchstat_summary/dygraphs.js
index f7dd1eb..52e5534 100644
--- a/tools/crunchstat-summary/crunchstat_summary/dygraphs.js
+++ b/tools/crunchstat-summary/crunchstat_summary/dygraphs.js
@@ -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 = {};

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list