Abk092 Report post Posted May 17, 2011 Hi , I have this specific situation. We are using Licensed version of fusionCharts and FusionWidgets . But I am unable to get the requirement done from both of them. Here is the situation. I want to use Live data feed in my Area chart : feedData() function does it pretty good using fusionWidgets. I was not able to add overlayButtons using javascript chart event handling, as I think fusionWidgets API doesnt support it. i want to be able to change the chart properties dynamicallyI without loading xml again (like bgColor ) : there is nothing like that for fusionWidgets. So i moved to Fusioncharts. I was able to change chart attributes dynamically, I was able to add overlayButtons using javascript chart event handling. But with fusioncharts feedData function doesnt work, As i guess this is specific to realtime charts..(or I dont know if there is other method for fusioncharts) I have heard that FusionWidgets Api is still not 3.2, which Fusioncharts has.. but then how do i get to this thing working? In short : I want Live data feed . I want dynamic change of chart properties I want ability to handle chart events so that i can add a overlay button. Kindly Suggest. Thanks a ton, for reading through the whole sob story. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted May 21, 2011 Hi, As of now, you can not have overlay button or change property in FusionWidgets. You can use FusionCharts but can not feed data incrementally. You can mimic this by re-rendering the chart with new data using setChartData() etc. Share this post Link to post Share on other sites