shivmajji Report post Posted June 23, 2008 I integrated open laszlo and fusion charts for our application. The data to these fusion charts changes as per a search criteria. So every time the user clicks search, fusion charts should get loaded with the corresponding data. But, this is not happening it still displays the previous data and on subsequent click on the search button it displays the charts with the updated data. i.e. every second click on the search button refreshes the charts with the actual data. Where as It should be happening on every click. When i debugged it i found out that the data being given to the charts is the current. As per the search criteria but fusion charts still loads the cached data. Please let me know of any solution. Thanks in advance. Share this post Link to post Share on other sites
Pallav Report post Posted December 4, 2008 Hi Shiv, For once, can you switch the debug mode of chart to on? That'll show that data the chart is fetching. Share this post Link to post Share on other sites