SamuelEarl
Posts: 12
Joined: Mon Jun 18, 2018 4:55 pm

Cannot read property 'turboThreshold' of undefined

I am using the Highcharts-Vue wrapper to create an app that uses a time series chart. The time series chart is streaming live data. When I navigate away from the page that has the time series chart, I get the following error in my browser console:

Uncaught TypeError: Cannot read property 'turboThreshold' of undefined

Then when I navigate back to the chart, the initial data gets populated in the chart, but no live data streams into the chart - the data stays frozen in the chart.

How do I fix this issue?

Thank you!
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: Cannot read property 'turboThreshold' of undefined

Hi, SamuelEarl!

It is hard for me to find the reason why this error occurs without an access to your app/code and without the possibility of debugging. Can you provide me some more information? ;)

Kind regards,
Rafał
Rafal Sebestjanski,
Highcharts Team Lead
SamuelEarl
Posts: 12
Joined: Mon Jun 18, 2018 4:55 pm

Re: Cannot read property 'turboThreshold' of undefined

I found out that the problem was related to my WebSockets and not Highcharts-Vue.

You can close this thread.

Return to “Highcharts Stock”