goralpl89
Posts: 28
Joined: Tue Aug 04, 2015 6:56 pm

High Charts Data Limit

Hello,

Is anyone aware of a limit in how much data can be passed into high charts? I am experiencing some issues displaying data when I select a date range past a certain range. For example, I am able to display data which as 919 X axis data points but when I have a data set with 1011 X axis data points the graph fails to render. Any ideas?

Thanks
Izothep
Posts: 1246
Joined: Wed Oct 07, 2015 11:50 am

Re: High Charts Data Limit

It is probably connected with turboThreshold parameter:
http://api.highcharts.com/highcharts#pl ... oThreshold

By default it is set to 1000, you should increase this value in your chart.

If you are having problems with your chart it is good habit to open the console (Developer Tools) and look for errors.
You may have error like:
http://www.highcharts.com/errors/12
Grzegorz Blachliński
Highcharts Developer
gunescelil
Posts: 1
Joined: Thu Sep 22, 2022 10:43 am

Re: High Charts Data Limit

Hello what is the limit for turboThreshold? Because we want to show larger timeseries data. We set it to 50000 but we can not see the data it is not rendered. What is the limitation? Or should we use another data for the timeseries purpose? We are using gantt chart to display it
kamil.m
Posts: 892
Joined: Thu May 19, 2022 1:33 pm

Re: High Charts Data Limit

Hello there,

Welcome to our forum and thank you for contacting us with your question!

There is no limit for the turboThreshold. This option just changes the default functionalities of data checking and indexing in long series, therefore improving the charts' performance. If you want to have it constantly enabled, please set it to 1.

https://api.highcharts.com/gantt/series ... oThreshold

Do not hesitate to contact us with any further questions,
Best regards!
Kamil Musiałowski
Highcharts Developer

Return to “Highcharts Usage”