0

i define a plotLine for my x axis as in the example from the official highcharts documentation.

as soon as i modify my chart (programmatically or just with two clicks on the series legend to hide and show the series again; try yourself in the jsfiddle), the vertical plot line is not shown anymore.

is this behaviour as it should be, am i doing something wrong or is this a bug in highcharts?

manu
  • 967
  • 1
  • 11
  • 28

1 Answers1

0

It's not a bug.

This Stackoverflow question How to always show the plotLine in HighCharts? will have a workable answer for you.

Community
  • 1
  • 1
Reality Extractor
  • 1,257
  • 3
  • 16
  • 25
  • already read that answer there... but i guess i just got the clue on it when reading it a third time now... thank you! – manu Feb 26 '14 at 10:05