I'm using fusioncharts with php web application where I'm plotting data from database, I need to update the chart on data changes without refreshing the whole page.
IS THERE A WAY TO DO THIS ??/
thank you for your help
Posted 08 August 2010 - 01:22 PM
Posted 08 August 2010 - 11:04 PM
Could you please confirm that while changing the name of the file, the extension of the file is not getting changed?
Posted 08 August 2010 - 11:07 PM
In case you are using FusionCharts, you need to re-render the chart each time it gets updated.
Also, please refer to the real-time charts of FusionWidgets pack for dynamic update of charts.
Ref.- http://www.fusioncharts.com/widgets/docs/Contents/RealTimeOverview.html
http://www.fusioncharts.com/widgets/docs/Contents/RealTimeDataFormat.html
http://www.fusioncharts.com/widgets/docs/Contents/RealTimeStamp.html
Hope this helps.