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
data
Simplest approach to show the actual data values is to omit the formatter function. The tooltip will default to show the actual data.