Settings and activity
1 result found
-
2 votes
You can use the internal chart.tooltipRefresh event: http://jsfiddle.net/highcharts/Ym4UA/
An error occurred while saving the comment
1 result found
You can use the internal chart.tooltipRefresh event: http://jsfiddle.net/highcharts/Ym4UA/
I am trying to add custom scrollbars in Highchart tooltip.
After i create my highchart I initialize the scrollbar API on 'highcharts-tooltip' div.
But everytime user hovers on different pie slice the content gets changed and i need to update scrollbars.
I am also looking for "after tooltip show" event or a callback function that is called after tooltip gets shown.