Sign in to follow this  
Monika Kulkarni

Fusion Charts - Javascript Rendering

Recommended Posts

Hello Fusioncharts Support,

I have a Dashboard application that displays six different Fusioncharts.

With Flash the rendering is really slow.

Can you suggest a way by which this can be speeded up. Is there a way that the .swf files are not downloaded everytime the chart is rendering..if that can speed up the process

 

Other option is I want to render using javacript charts so that it is faster.

I am using the following code.FusionCharts.setCurrentRenderer('javascript');

However, the javascript chart look way different than the Flash ones.

 

For a 2DPie chart, I am setting the following properties

 

enableSmartLabels = "1"; smartLineThickness="2"; smartLineColor="333333"; isSmartLineSlanted="0";

 

However, when I use javscript charts, it dies not show any of smart lines or labels

All labels are inside the pie chart and they are overlapping.

 

Also, I am using MSCombi3D.swf for a combination chart and that looks very way when displayed using javascript.

 

They all look good with Flash but it is very slow.

 

 

 

 

Please let me know:

1. Is there a way to speed up the Falsh Charts

2. Also, how can the javascript charts look the same as Flash and show all the smartlines and labels

 

Thanks,

--Monika

 

 

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi Monika,

 

A warm welcome to FusionCharts Forum! smile.gif

 

Can you please provide some information on following points?

 

> What FusionCharts version are you using?

 

> How many data-points are you trying to plot for each chart type?

 

> In what browser version, you are facing the issue (slowness of rendering charts in Flash)?

 

> Also, please share the screen-shot for Pie chart (JavaScript and Flash variant).

 

> Also, send us the charts XML data for testing purposes.

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