Sign in to follow this  
MikeM

Pie charts draw 4x slower than other charts - Pie3D.swf

Recommended Posts

When using Pie3D.swf we have noticed that the pie charts draws considerably slower than any other chart type we have tried.

 

All other chart types draw in sub-second response times.

 

The 3D pie chart is VERY slow in comparison. It almost takes 2 seconds to render every time.

 

 

 

Are there any fixes to speed this up?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Pie charts take comparitively few seconds more to render than other charts because of its animation complexity.

However you can try the following attribute to fix it

<chart...defaultAnimatiom='0'>

Hope this helps.:(

Share this post


Link to post
Share on other sites

What that a spelling mistake?

 

defaultAnimatiom='0'

 

 

 

Did you mean to say defaultAnimation='0'

 

 

 

Either way we are not using animation.

 

Its just way too slow. Something has to be wrong here. What else can we turn off?

 

There are only about ~15 slices in the pie...

 

 

 

Here is the chart setup:

 

 

 

Share this post


Link to post
Share on other sites

One more attempt at XML in the post:

 

 

 

<chart rtsid="2" bgColor="EDEDED,FFFFFF" animation="0" defaultAnimation='0' showAboutMenuItem='0' showValues="0" connectNullData="0">

Share this post


Link to post
Share on other sites
Guest Madhumita

Hi Mike,

Please attach your XML in the Forum.

We apologize for the inconvenience.

Awaiting your reply.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Mike,

We tested your XML code in our lab and it is working fine.

However I am afraid that 3D pie chart will take a few seconds more to render in comparison to other charts because of its chart complexity. :(

I hope this helps.

Share this post


Link to post
Share on other sites

Can somebody look at optimizing the drawing code for the upcoming release?

 

That chart is way too slow for what is actually being drawn.

 

There has to be inefficient loops or math calculations in that code.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi,

 

 

 

We have made a note of your suggestion. :(

 

 

 

Thank you for your support and patience in this matter.

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