mirror of https://github.com/snachodog/mybuddy.git
resolves #523
This commit is contained in:
parent
af5aa18b65
commit
46b4454f8b
|
@ -43,7 +43,7 @@ def pumping_amounts(objects):
|
|||
index_x += 1
|
||||
|
||||
traces = []
|
||||
for i in range(0, len(amounts) - 1):
|
||||
for i in range(0, len(amounts)):
|
||||
traces.append(
|
||||
go.Bar(
|
||||
name="Amount",
|
||||
|
|
Loading…
Reference in New Issue