mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
feat: show stacked in report
This commit is contained in:
@@ -105,7 +105,10 @@ def get_chart_data(data):
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"type": "bar",
|
"type": "bar",
|
||||||
"colors": ["#7679fc", "#98d85b", "#fc4f51"]
|
"colors": ["#98d85b", "#fc4f51", "#7679fc"],
|
||||||
|
"barOptions": {
|
||||||
|
"stacked": True
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_report_summary(data):
|
def get_report_summary(data):
|
||||||
|
|||||||
Reference in New Issue
Block a user