amxy version 1.6.0.0 ******************************************************************************** Check documentation for help on all topics: http://www.amcharts.com/docs/ Incase you don't find something, post your questions to support forum: http://www.amcharts.com/forum/ *** CHANGE LOG ***************************************************************** *** 1.6.0.1 ******************************************************************** BUG FIX: problem with reversed axes fixed *** 1.6.0.0 ******************************************************************** FEATURE ADDED: ZOOMING and SCROLLING The chart has zoom and scroll (on both axes) now! The scroller is controlled in the section. Settings for this section: Scrollers, which appear when the chart is zoomed, are controlled here: Atention! It is strongly not recommended to use dashed gridlines if the zoom is turned on. This might cause your script run slowly or even stop the script. FEATURE ADDED: HELP You can display help icon and text, like in line chart (you can explain for the users how zooming works). Help settings: FEATURE ADDED: MORE SETTINGS FOR THE BALLOON New balloon settings allows you to have balloon border and rounded corners: FEATURE ADDED: ANIMATED BULLETS (BUBBLES) You can animate bubbles using 3 different effects. Animation can be sequenced. This is controlled in a new group of settings: FEATURE ADDED: AUTO-FITTING OF THE LEGEND and X AXIS VALUES The legend now automatically adjusts bottom margin to fit to the flash object's area. If your X axis values are rotated, the legend position is adjusted not to overlap the values. In order this to work, you have to leave setting empty. FEATURE ADDED: NEW BULLET TYPES New bullet types are: bubble (3D circle), square_outline, round_outline, x, romb, triangle_up, triangle_down FEATURE ADDED: POSSIBILITY TO SET ARRAY OF COLORS Using setting, you can set an array fo colors, which will be used if the graph's color is not set. FEATURE ADDED: CHANGE MULTIPLE SETTINGS WITH JAVASCRIPT Using new function, flashMovie.setSettings(settings, rebuild) You can control multiple settings. It is recommended to use this new function even for one setting, instead of setParam() function. The "rebuild" option might be "true" or "false" (the default is "true"). If you set it to "false", then the settings will not be applied until you call another new JS function: flashMovie.rebuild() or pass another set of settings with the "rebuild" set to "true". A new function flashMovie.getSettings() will return the full settings XML by calling amReturnSettings(chart_id, settings) function. FEATURE ADDED: IMAGE DATA IS PASSED TO JAVASCRIPT When exporting chart as an image, the chart passes image data to JavaScript function: amReturnImageData(chart_id, data) FEATURE ADDED: FONT COLOR AND SIZE OF A LABEL TEXT Can accept font color and font size HTML tags now, for example: amCharts]]> CHANGE OF THE DEFAULT SETTINGS: default value was changed to "false" FIXES: When adding some settings using additional_chart_settings variable, you don't need to set all the or