Skip to content

Commit

Permalink
Added the flatten call back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kim committed Sep 20, 2016
1 parent df70551 commit 577f3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graph_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def order_ybar(tuples, xkey, ykey):
threshold = (ymax - ymin) / 100;
series_order = order_bucket(series_names, tuples, threshold);
if(series_order != None):
series_order = flatten(series_order);
series_order.reverse();
else:
series_order = series_names;
Expand Down

0 comments on commit 577f3ed

Please sign in to comment.