You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2019/06/11 18:25:47 UTC

[kibble] 02/03: specify sort order for evolution charts

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit d81daae4322b056f36eb4d3517692d990d1f1be7
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 11 20:25:22 2019 +0200

    specify sort order for evolution charts
---
 api/pages/code/evolution.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/pages/code/evolution.py b/api/pages/code/evolution.py
index f852457..593bd47 100644
--- a/api/pages/code/evolution.py
+++ b/api/pages/code/evolution.py
@@ -167,6 +167,7 @@ def run(API, environ, indata, session):
             'stack': True
         },
         'timeseries': timeseries,
+        'sortOrder': ['code', 'comments', 'blanks'],
         'okay': True,
         'responseTime': time.time() - now
     }