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

@@ -187,5 +187,7 @@ def get_chart_data(columns, data):
},
"type": "bar"
}
chart["fieldtype"] = "Currency"
return chart
return chart