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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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