I would like to draw a windrose something like shown in the image below where I want to show outside circle with diffrent line color based on the data. is it possible to custmize the last gridline with highchart?
I tried to play around with customization of ticks and grid line and I wasnt able to acheive the result
For drawing cirlce you can use SVGRenderer inside events.
https://jsfiddle.net/BlackLabel/6am2ojxc/
The next suggestion is to use xAxis.plotBands, with customization core code, it's possible to set plotBands related to series color.
https://jsfiddle.net/BlackLabel/prmhku7j/