Sign in to follow this  
kholy

Update Column3D Graph On The Fly

Recommended Posts

Hi,

 

Currently we are using the HTML5 java script charts in our application and we have a Column3D graph however we need to be able to update the values on the fly so the user does not have to refresh to get the latest data. I looked into the Real-Time column graph on the demo but we are not looking for a history or trend of any sort we just want to show current only. If anyone could point me in a direction on how to achieve this that would be very helpful.

 

Thanks,

 

kholy

Share this post


Link to post
Share on other sites

Hi,

 

You can not push data to charts whenever updated. However, using JavaScript timer and AJAX, you can keep checking from the server if data has been updated and once confirmed, you can use setXMLUrl or similar function to update chart's data.

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