Sign in to follow this  
luisbessa

Heatmap - handling big data

Recommended Posts

Hello there!

 

I'm using Heatmap and liking it performance, but if i want to plot a 9k data (hour/day for a year) it gets really slow and browser crash alot (using chrome).

 

Does it happen to anyone else? what can i do? i really need to handle that lenght of information.

 

thank you

Share this post


Link to post
Share on other sites

Hi.

 

The number of dataplots that can be plotted on a chart, depends on various factors.
 
a. The number of charts rendered per page. If the number is more (even if the data points per chart chart is less) the performance may decrease.
 
b. The chart type. Like: ZoomLine chart is capable of plotting more than 100k data points, without any performance issue. But normal Column2D chart can't.
 
c. The system configuration. Like: RAM capacity, Processor speed and the number of processes running at the time of loading the charts in the browser
 
d. Browser being used.(Eg. It is observed that the browsers like Chrome are faster than IE 8)
 
However, setting off the chart animation, disabling tooltips, removing the applied custom styles might increase the performance for JavaScript charts.
 
Hope this helps.

Share this post


Link to post
Share on other sites

 

Hi.

 

The number of dataplots that can be plotted on a chart, depends on various factors.
 
a. The number of charts rendered per page. If the number is more (even if the data points per chart chart is less) the performance may decrease.
 
b. The chart type. Like: ZoomLine chart is capable of plotting more than 100k data points, without any performance issue. But normal Column2D chart can't.
 
c. The system configuration. Like: RAM capacity, Processor speed and the number of processes running at the time of loading the charts in the browser
 
d. Browser being used.(Eg. It is observed that the browsers like Chrome are faster than IE 8)
 
However, setting off the chart animation, disabling tooltips, removing the applied custom styles might increase the performance for JavaScript charts.
 
Hope this helps.

 

 

Hello!

 

First of all, thanks for your tips!

 

I'm drawing a heatmap and a MSCombiDY2D on the same ajax call. Following your comment i tried it with just the heatmap and its still slow, when it start plotting the page completely freeze

Share this post


Link to post
Share on other sites

Hi,


 


We are trying to improve the performance of charts over various versions of FusionCharts Suite XT. This is a continuing process and you would see better performance in the upcoming releases. 


 


Hope this helps.


Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this