Customize tooltip and format the number to 2 decimal places of highcharts

后端 未结 4 1765
南笙
南笙 2021-02-01 14:07

I am using Highcharts graph to display a pie chart. I want to change the tooltip to display the actual data field along with the series name in place of the percent

4条回答
  •  暖寄归人
    2021-02-01 14:40

    Simplest approach to show the actual data values is to omit the formatter function. The tooltip will default to show the actual data.

提交回复
热议问题