Graph: change X-axis default to GH pushes.
authorJoel Martin <github@martintribe.org>
Mon, 25 Mar 2019 17:52:46 +0000 (12:52 -0500)
committerJoel Martin <github@martintribe.org>
Mon, 25 Mar 2019 17:52:46 +0000 (12:52 -0500)
This is the option with the most languages that have data.

docs/graph/graph_languages.js

index c033aac..ff0ae41 100644 (file)
@@ -29,7 +29,7 @@ const perfLogSet = new Set(['perf1', 'perf2', 'sloc', 'files'])
 
 let cfg = {
     ckey: 'syntax',
-    xkey: 'star_rank',
+    xkey: 'push_rank',
     ykey: 'perf3',
     skey: 'sloc',