fix: update format
This commit is contained in:
parent
fc0e37d52c
commit
85cbe32630
1 changed files with 9 additions and 4 deletions
|
|
@ -1043,10 +1043,15 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
if (options.fieldtype) {
|
||||
options.tooltipOptions = {
|
||||
formatTooltipY: (d) =>
|
||||
frappe.format(d, {
|
||||
fieldtype: options.fieldtype,
|
||||
options: options.options,
|
||||
}, options.options, options),
|
||||
frappe.format(
|
||||
d,
|
||||
{
|
||||
fieldtype: options.fieldtype,
|
||||
options: options.options,
|
||||
},
|
||||
options.options,
|
||||
options
|
||||
),
|
||||
};
|
||||
}
|
||||
options.axisOptions = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue