We recently upgraded our FusionChart to version 3.4.0 and had an issue on how to refresh the chart on a regular interval.
I tried to use refreshinterval in <chart> as an chart attribute without success. I also tried to .setXMLURL() every 60 seconds using JavaScript without any luck.
We are using xmlurl as dataFormat and using xmldata.jsp as dataSource. Each time, when xmldata.jsp is called, it returns with new set of data. The idea is to call the xmldata.jsp once every 60 seconds to get new data to update the chart.
On the earlier version of FusionChart, we used either javascript setInterval(...) or refreshinterval without problem. How could we do the same thing in the new JavaScript only version of FusionChart? I do not want to refresh the whole web page, Just the chart.
Any help is greatly appreciated.
Thanks.