Skip to content
Snippets Groups Projects
Commit 0e88b058 authored by ale's avatar ale
Browse files

stacked graph attempt / 6

parent 7488556c
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ def _mk_stats_graph(x=500, y=270): ...@@ -56,7 +56,7 @@ def _mk_stats_graph(x=500, y=270):
chart = SimpleLineChart(x, y) chart = SimpleLineChart(x, y)
_mk_stacked_graph(chart, valuelist) _mk_stacked_graph(chart, valuelist)
chart.set_legend([None] + labels) chart.set_legend([''] + labels)
return chart.get_url() return chart.get_url()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment