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.