johnz45 Report post Posted January 25, 2012 (edited) 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 January 25, 2012 by johnz45 Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 25, 2012 Hi, Welcome to FusionCharts Forum! 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
shamasis Report post Posted January 27, 2012 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" Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 17, 2012 Hi John, 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. Share this post Link to post Share on other sites