johnz45

Javascript Pie Graph Losing Slice Animation

Recommended Posts

I'm currently using the jQuery plugin to render a Pie Graph. The Pie Graph is losing the slice animation (slice just teleports between out and in when clicked).

 

 

This occurs after the following steps:

1. render graph in div

2. fade out the div using $(div).fadeOut()

3. change the dimensions of the div by removing any existing css classes then adding new one

4. then fade in the div using $(div).fadeIn()

5. The graph is resized to new size but no longer animates the slices.

 

I'm using the latest JS (from 1 week ago).

Edited by johnz45

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please send us the entire code(XML and HTML) to test it from our end?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

I'm currently using the jQuery plugin to render a Pie Graph. The Pie Graph is losing the slice animation (slice just teleports between out and in when clicked).

 

 

This occurs after the following steps:

1. render graph in div

2. fade out the div using $(div).fadeOut()

3. change the dimensions of the div by removing any existing css classes then adding new one

4. then fade in the div using $(div).fadeIn()

5. The graph is resized to new size but no longer animates the slices.

 

I'm using the latest JS (from 1 week ago).

 

Seems like you are asking the Pie chart to perform a lot many Jedi tasks! Amazingly, I could actually replicate that the slices do teleport! I am treating this as a bug and would put it up on our list to be taken up at a convenient "stardate" :P

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi John, smile.gif

 

We are looking into the issue.

 

We are testing the issue in our labs, if replicated we will surely provide the fix for it in the upcoming releases.

 

Hope you have a great day.smile.gif

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