We use highcharts to display different types of data. It all works fine. Now, our goal is to add a call out functionality.
The callouts should be added to very specific instances wherever the hikes in the points are found.
I saw this example
Adding call outs to a Highcharts - Stacked Bar
but this adds callouts for all the points. As per my use case, I need add callouts only for John as per the above example.