Search code examples
javascriptjqueryhighchartstimeserieschart

HighChart: Show custom label on series (spline)


I have a monthly chart (made in highcharts), with two SPLINE Series in it. I want to add random text (in random place based on the series) for the series in the chart, How can I achieve this.

Original chart

I would like it to look like this.

enter image description here


Solution

  • You can use Renderer which allows to add text in any place in the chart.