|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/25/2007 4:17:30 PM
Posts: 1,
Visits: 6
|
|
I am trying to do a real time chart update using AJAX+ASP. I havent seen an example where it does what I require, but there is an example found at http://www.fusioncharts.com/LiveDemos.asp?gMenuItemId=4 , FusionCharts + JavaScript (AJAX) Integration which is the closest to what I require. In the example, when "Animate chart while changing data?" is unchecked, everytime any of the product options are unchecked the graph instantly re-renders reflecting the new choices.
My question is, is it possible now, instead of an onUncheck event to trigger the re-rendering of the graph, a real time 'onDataChange' event triggering the re-rendering? For example, if the client is doing some smart polling, or if I am able to present the data to the client-side through other ways, how can I make the chart to re-render everytime it is provided with new data chunks without human intervention? I hope my questions is clear. We bought FusionCharts and Gadgets yesterday so we are pretty new and require it for use before Wednesday. Thank you
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2/12/2008 1:33:48 PM
Posts: 2,
Visits: 6
|
|
I've your same problem, i think, do you have found any solution??
thanks
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 7/21/2008 10:47:08 AM
Posts: 1,985,
Visits: 471
|
|
Hi,
Using the real time charts in FusionGadgets, you can ask the chart to constantly poll your server every x seconds to look for incremental data update. However, you cannot change the entire chart's data.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|