Search code examples
javascripthighchartslabeltooltipaxis-labels

How to put label tooltip in highcharts.js


Just like there are tooltips on individual points on the chart, for example in a line chart, I would like to have some tooltip also on hovering over the label. What would be the easiest way to do this?


Solution

  • So far I found two options. First would be kind of external, and it is called tooltipsy. Other one is by using the custom-events highcharts plugin. Second one is native to highcharts, I think this is the correct way to go.