0
votes

I'm trying to setup in Highcharts the ability to show show the current yaxis value and have it highlighted.

Below is an example, in this charts which is Highcharts, you'll see the horizontal black line with the current value selected with the black label.

Any suggestions on how to achieve this?

Thank you!

example

1
Does it need to show what the point's yValue is or any value along the yAxis? - wergeld
Yeah, basically it shows the yValue in the black label. Essentially the chart is a "live" chart and that label and black line changes with each update. - dzm

1 Answers

1
votes

You have two options:

There is of course another solution - use renderer to render line with label, but it's more complicated ;)