feat: show stacked in report
This commit is contained in:
parent
5f1240bcc6
commit
945aa08d92
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user