Skip to content
Snippets Groups Projects
Commit 471ad4bb authored by ale's avatar ale
Browse files

stacked graph attempt / fix

parent 9b7b1bc1
Branches
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def _mk_stacked_graph(chart, valuelist):
if v:
v0[i] += v
chart.add_data(v0[:])
chart.add_fill_range(_palette[i], j, j+1)
chart.add_fill_range(_palette[j], j, j+1)
chart.set_colours(['000000'] + _palette[:n])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment