Skip to content
Snippets Groups Projects
Commit 3e2387b4 authored by ale's avatar ale
Browse files

stacked graph attempt / 4

parent 471ad4bb
Branches
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ def _mk_stacked_graph(chart, valuelist): ...@@ -49,7 +49,7 @@ def _mk_stacked_graph(chart, valuelist):
def _mk_stats_graph(x=500, y=270): def _mk_stats_graph(x=500, y=270):
ts = g.sm.state_count_ts ts = g.sm.state_count_ts
labels = sorted(ts.keys()) labels = [None] + sorted(ts.keys())
valuelist = [] valuelist = []
for key in labels: for key in labels:
valuelist.append(ts[key].get_values()) valuelist.append(ts[key].get_values())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment