jahnvi25
Posts: 293
Joined: Thu Oct 04, 2012 12:16 pm

highstock version 11.4.8

I am trying to update highchart from version 11.1 to 11.4.8. and running into issue..

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:33677:47)
at LineSeries.<anonymous> (highstock.src.js:50499:50)
at highstock.src.js:1802:32

is there a way i can hide the navigator series without removing data..

Thanks
kamil.m
Site Moderator
Posts: 908
Joined: Thu May 19, 2022 1:33 pm

Re: highstock version 11.4.8

Hi there, it looks like it is a bug in Highcharts Stock that got introduced in 11.4.4. I don't see any immediate tip or workaround so I would suggest reporting it on our GitHub Issues page: https://github.com/highcharts/highcharts/issues
Kamil Musiałowski
Highcharts Developer

Return to “Highcharts Stock”