Sign in to follow this  
alex_dunn

Scatter Chart Performance issues

Recommended Posts

Using 3.10.1, (cannot upgrade at present due to issues cited in http://forum.fusioncharts.com/topic/17496-issues-with-upgrading-from-3101-to-3110/)

 

We are trying to render a chart with 3600 points per series with multiple series as a line connecting the points, with anchors not visible at first but visible when hovered over and with tooltips displayed.

 

With drawAnchors=1 the charts are taking greater than a minute to load but with drawAnchors=0 they take less than 10 seconds.

The performance of drawAnchors=0 is ok but this does not allow for tooltips to be displayed to the user.

 

We have tried using msline2d and scrollline2d, but noticed even worse performance. We cannot use zoomscatter as in 3.10.1 drawLines is not present for that chart. (cannot upgrade due to issues cited in above post).

 

Can you suggest any ways to achieve better load times with tooltips enabled?

 

Attached is a sample of the data we are trying to display, (drawAnchors=0 is set)

json-unformatted.txt

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