2009-01-05 amCharts bundle version 1.6.1.0 releasedDear amCharts users, first, let me wish you you a happy New Year! Quite soon amCharts will introduce something big and new and free - you will be indeed surprised! And now about the the main news in 1.6.1.0 version. All charts: JavaScript functions are cued now - previously you could call one JS function at a time and call another only after the chart finished the previous process. Now, you can call several functions one after another, without waiting for the chart to finish doing something. The functions are cued and all of them will be executed. New JavaScript function amProcessCompleted(chart_id, process) This function is called after some process initialized by some JS function is finished. For example, if you make the chart to reload data by calling reloadData function, after the data is reloaded, the chart will call amProcessCompleted function and the "process" parameter will be "reloadData" - the same as the function name you called. Check examples/javascript_control example to see this in action. Pie and Column charts now support patterns. Check examples/patterns/ example from examples folder. You can find the full list of changes and fixes in the changelog.txt files - they are in the zip file of every chart.
<< Previous | Next >>
|