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

stacked graph attempt / 6

parent 7488556c
Branches
Tags v0.1.2
No related merge requests found
......@@ -56,7 +56,7 @@ def _mk_stats_graph(x=500, y=270):
chart = SimpleLineChart(x, y)
_mk_stacked_graph(chart, valuelist)
chart.set_legend([None] + labels)
chart.set_legend([''] + labels)
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