fix: Return fieldtype so that the client-side can format chart values (#18211)
This commit is contained in:
parent
058787d204
commit
61d8088be4
@ -93,4 +93,6 @@ def get_chart_data(filters, columns, income, expense, net_profit_loss):
|
||||
else:
|
||||
chart["type"] = "line"
|
||||
|
||||
chart["fieldtype"] = "Currency"
|
||||
|
||||
return chart
|
Loading…
x
Reference in New Issue
Block a user