Commit 3d4adbed authored by Kristian Tan's avatar Kristian Tan

Display bars in correct order

parent b620dbf8
......@@ -95,7 +95,7 @@ def generate_graph_data():
count += 1
if count >= 5:
break
return labels.reverse(), values.reverse(), max
return labels, values, max
db.create_all()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment