taesic12
Posts: 1
Joined: Mon Oct 11, 2021 12:21 am

Scatter performance improve

Code: Select all

<HighchartScatterDefault series={[
                            {
                              type : 'scatter',
                              turboThreshold: 0,
                              data: TFMap_variable
                            },
                          ]
                        }
                        width={460} height={1000}
                        chart_width={400}
                        chart_height={1000}
                        yAxisMax={1000}
                        yAxisMin={0}
                        xAxixMax={50}
                        xAxixMin={0}
                        // yAxisTickInterval={4}
                        // xAxisTickInterval={0.2}
                      />

We put data forms as {x: a, y:b, color:d, name:sa },{x: a, y:b, color:d, name:sa } ....
The total amounts of series objects of array is 7200 . It works on Scatter chart but really slow.
How can I improve performance?
[/b]
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: Scatter performance improve

Hi,

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

Please, take a look at the following topic on our forum and let me know if that worked for you viewtopic.php?f=9&t=47471&p=171037#p171037

Regards!
Magdalena Gut
Developer and Highcharts Support Engineer

Return to “Highcharts Usage”