fix: show chart tooltip in report currency

This commit is contained in:
venkat102 2024-09-20 11:41:38 +05:30
parent 28c73fac8e
commit fc0e37d52c

View file

@ -1046,7 +1046,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
frappe.format(d, { frappe.format(d, {
fieldtype: options.fieldtype, fieldtype: options.fieldtype,
options: options.options, options: options.options,
}), }, options.options, options),
}; };
} }
options.axisOptions = { options.axisOptions = {