I'm using: "myChart.getAnimations().getLoad().setEnabled(true);" to enable animations on my combined chart. This looks nice.
Ocasionally my page is updating chart data: "myChart.setDataSource(JSON.parse(data));"
After I updated the data source, new data is shown in my chart as expected. However it would be nice if this could be done with an animation.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
brammh
Hi,
I'm using: "myChart.getAnimations().getLoad().setEnabled(true);" to enable animations on my combined chart. This looks nice.
Ocasionally my page is updating chart data: "myChart.setDataSource(JSON.parse(data));"
After I updated the data source, new data is shown in my chart as expected. However it would be nice if this could be done with an animation.
Is there a way in achieving this?
thanks,
bram
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.