fix: format tooltip value in custom dashboard chart

This commit is contained in:
Meet 2024-09-26 21:28:46 +05:30
parent 746c8d9778
commit e31c6db2d5

View file

@ -603,7 +603,7 @@ export default class ChartWidget extends Widget {
let chart_options = JSON.parse(this.chart_doc.custom_options);
fieldtype = chart_options.fieldtype;
options = chart_options.options;
}
}
chart_args.tooltipOptions = {
formatTooltipY: (value) =>