kholy Report post Posted October 4, 2012 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
FusionCharts Support Report post Posted October 5, 2012 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