I have recently been working with the highchart api to plot some data on a website, and I have need to be able to add a custom vertical “line” to symbolise something happening for example a press release.
I have thought about adding a column element to the chart as a seperate series but this is less than ideal.
if anyone has any ideas that would be awesome
thanks
Can you use the the
rendererto draw the line?Here is the API doc for renderer. Look at the
pathfunction.Also check the Try it for jsfiddle for
pathfunction.