I have been looking for a long time why I get error messages when I use the chart lineMarkers. I get a lot of NaN Errors when I hover the mouse over the series point.
Today I found out that it has to do with calling the chart.draw() function before setting the lineMarkers when reading the chart via Json. But if I build the chart via api calls, this order doesn't matter and I get no errors.
Here I have built a small comparison: https://playground.anychart.com/IuY9QbAl/2
I now know how to avoid this situation, but I would still like to know if this is a bug.
Thanks ahead.