Fix: Add fieldtype as currency

This commit is contained in:
Deepesh Garg
2019-07-12 12:24:05 +05:30
committed by GitHub
parent 020f405367
commit 91417646b1

View File

@@ -188,4 +188,6 @@ def get_chart_data(columns, data):
"type": "bar" "type": "bar"
} }
chart["fieldtype"] = "Currency"
return chart return chart