Skip to content
Advertisement

how to create area highchart for large amount of data based date?

I am creating highchart in react in which I have thousand of data. I have to map that data based on date and completion status(on that particular date how many status got completed).I am not able to create area chart for that and how to map whole data(total 522) in highchart for different dates. Please suggest any help would be highly appreciated. Thank you.

I am using below data

JavaScript

Advertisement

Answer

Set the boost.seriesThreshold to boost series, below example how to add boost in area chart.

JavaScript

Article How to add boost module with description how it works: boost-module#series-boosting-versus-chart-boosting

Demo: https://jsfiddle.net/BlackLabel/jb96ye58/1/

API references: https://api.highcharts.com/highcharts/boost, https://api.highcharts.com/highcharts/boost.seriesThreshold,

Advertisement