weijunji

Members
  • Content count

    3
  • Joined

  • Last visited

About weijunji

  • Rank
    Forum Newbie
  1. How to refresh FusionChart

    Also, if refreshinterval is not the supported feature for FusionChart XT, could you please let me know the new way to get data refreshed periodically? We will modify our web pages to upgrade to the new XT version. Thanks a lot for helping.
  2. How to refresh FusionChart

    Still not working for me. Could you please look at the attached file? Test1.html is my web html file which needs testdata.jsp file. Since a jsp file is not allowed to be uploaded, I changed its extension to add .txt. I used refreshinterval in this case. Thanks. test1.html testdata.jsp.txt
  3. How to refresh FusionChart

    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.