kamil.m
Posts: 892
Joined: Thu May 19, 2022 1:33 pm

Re: How to customize Y axis plotLines label be special style (Arrow Style)?

Hi there,

Thank you for contacting us!

This feature is not available in Highcharts as a standard API option. But it can be created with Highcharts.SVGRenderer. Basically, you have to create a custom SVG path and find its correct position on the chart. In that case, I have tried to make it as responsive as possible so let me know if you are happy with the solution, or whether it needs some tweaking.

DEMO: https://jsfiddle.net/BlackLabel/tuhd2vyc/
SVG Renderer: https://api.highcharts.com/class-refere ... VGRenderer

Best regards!
Kamil Musiałowski
Highcharts Developer

Return to “Highcharts Usage”