so when i try to hide navigator with code. its working fine.. but when i try to enable navigator.. its removing the series..and because of that i am running into issues..
https://jsfiddle.net/fcer27xo/
click on 'Hide nav' button.. then click on 'show nav' button... you will see navigator does not load with (series)
now if i use adaptToUpdatedData:true, --> things are working.. but in my real code i am loading data async,, so i have to turn that flag off.. and its giving me error below ..
highstock.src.js:33677 Uncaught TypeError: Cannot read properties of undefined (reading 'options')
at Series.setVisible (highstock.src.js
at LineSeries.<anonymous> (highstock.src.js:50499:50)
at highstock.src.js
is there a way i can hide the navigator series without removing data..
Thanks