bnordeng Report post Posted April 6, 2009 I can turn off the animation, but it seems that no matter what I do the user can click the chart with their pointer and pull the chart in circles. Is there any way to turn this off? Share this post Link to post Share on other sites
Dhruva Report post Posted April 7, 2009 Hello, Could you please try using the enableRotation attribute in the chart element? The general format would be like: <chart .. enableRotation='0' ..> Hope this helps. Share this post Link to post Share on other sites
bnordeng Report post Posted April 7, 2009 (edited) Here is my XML. The enableRotation='0' did not stop the ability to grab and spin the chart. Edited April 7, 2009 by Guest Share this post Link to post Share on other sites
bnordeng Report post Posted April 7, 2009 In the documentation, I found that it is allowRotation='0'. When I put that in the chart element it worked! Share this post Link to post Share on other sites
Dhruva Report post Posted April 8, 2009 I'm so sorry for the error in my post! An entire day of staring at code can do funny things to the head. :doze: Glad to know you've got it fixed, though! Share this post Link to post Share on other sites