feat: show stacked in report

This commit is contained in:
Shivam Mishra 2020-05-05 18:46:21 +05:30
parent 5f1240bcc6
commit 945aa08d92

View File

@ -105,7 +105,10 @@ def get_chart_data(data):
]
},
"type": "bar",
"colors": ["#7679fc", "#98d85b", "#fc4f51"]
"colors": ["#98d85b", "#fc4f51", "#7679fc"],
"barOptions": {
"stacked": True
}
}
def get_report_summary(data):