mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +00:00
Merge pull request #32361 from frappe/mergify/bp/version-14-hotfix/pr-32146
fix: report chart fieldtype (backport #32146)
This commit is contained in:
@@ -53,4 +53,5 @@ def get_chart_data(data, conditions, filters):
|
||||
},
|
||||
"type": "line",
|
||||
"lineOptions": {"regionFill": 1},
|
||||
"fieldtype": "Currency",
|
||||
}
|
||||
|
||||
@@ -45,4 +45,5 @@ def get_chart_data(data, filters):
|
||||
"datasets": [{"name": _("Total Delivered Amount"), "values": datapoints}],
|
||||
},
|
||||
"type": "bar",
|
||||
"fieldtype": "Currency",
|
||||
}
|
||||
|
||||
@@ -46,4 +46,5 @@ def get_chart_data(data, filters):
|
||||
},
|
||||
"type": "bar",
|
||||
"colors": ["#5e64ff"],
|
||||
"fieldtype": "Currency",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user