Page 1 of 1

Need to support title for each series.

Posted: Tue Jul 26, 2022 9:45 am
by kamalgupta
My Requirement is that I want to give a title to each series. I have uploaded an example image that is shown below:

JsFiddle Link : https://jsfiddle.net/dy5q6prn/56/

Re: Need to support title for each series.

Posted: Tue Jul 26, 2022 2:22 pm
by michal.f
Hello,

You can use SVGRenderer to generate custom dataLabels for series but first you have to move each group of hexagons to a separate series and set series.name for them.

Demo: https://jsfiddle.net/BlackLabel/2r8fLsdh/
API: https://api.highcharts.com/class-refere ... VGRenderer

Let me know if you have any further questions!
Best regards!