Tooltip Remove in Frappe chart

Hello Guys,

I have faced issue in frappe chart. How can i remove tool tips in frappe chart ?
See the below snapshot.

Anybody has solution?

Please Help me.

Thanks.

This looks promising:

Can you pass the formatTooltipX any options? Maybe something like this?

tooltipOptions: {
  formatTooltipX: null,
  formatTooltipY: null,
}

If you find something that works, please post it.

Hello @tmatteson

Could you tried to Customisation of frappe-charts.min.iife.js file in the lib folder under the frappe.

Thanks.