//////////////////////////////////////////////////////////////////////////////////////
2.5.5
In new version of Chrome (17) a new bug was introduced - if touchEventsEnabled was set
to true, mouse events stopped working on normal browsers. Bug fixed in this version.
//////////////////////////////////////////////////////////////////////////////////////
2.5.4
Some minor bugs fixed
//////////////////////////////////////////////////////////////////////////////////////
2.5.3
Some minor bugs fixed
//////////////////////////////////////////////////////////////////////////////////////
2.5.2
Some minor bugs fixed
//////////////////////////////////////////////////////////////////////////////////////
2.5.1
TrendLines are supported by XY chart from this version
//////////////////////////////////////////////////////////////////////////////////////
// IMPORTANT UPDATE //////////////////////////////////////////////////////////////////
// 2.5.0 //////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
Since v 2.5 we no longer distribute our old flash charts in this package, we hope this
will help to avoid a lot of misunderstandings. If you still want to use flash charts,
download them in a separate package from www.amcharts.com/download/
We added a lot of new examples, to the "samples" folder. They are better structured,
source code commented.
BIG NEW FEATURES:
Automatic margins
margins of RectangularChart (Serial and XY charts) are calculated automatically now.
You can still work in old way by setting margins manually - set chart.autoMargins to
false.
Axis titles
Previously you had to use addLabel method in order to give name to the axis. Since
this version we introduced title property for AxisBase, so you can name both Category
and Value Axes now much more easily.
Chart title
Same as with axes titles - previously you had to use addLabel method to name a chart.
Now you can add any number of titles using
chart.addTitle(text, size, color, alpha, bold) method. Chart title is taken into account
when calculating margins, also position of pie/radar center.
Trend lines
Chart can display Trend lines now.
AmCharts.ready() method added so you don't need to use window.onload anymore. You can
use amCharts.ready as many times in one page as you want.
NOT SO BIG NEW FEATURES:
precision property added to ValueAxis.
if chart.usePrefixes is set, prefixes will be used both in balloons and legend, not only
by valueAxis as before.
SOME OTHER THINGS TO MENTION:
default value of autoGridCount property of AxisBase changed to true
default value of textClickEnabled of AmLegend changed to false
default value of hideResizeGrips of ChartScrollbar changed to false
All margins of RectangularChart changed to 20, as they can still be used for sides
without axes.
//////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
2.4.7
FEATURE:
you can use custom tags like [[myCustomField]] in labelText / balloonText. If data item
from your data provider has such field, the tag will be replaced with this value.
FIXES:
[[percents]] were not displayed in stacked chart labels.
labels on the 3D columns were positioned in wrong position in some cases.
2.4.6
FIXES:
if chartCursor.pan was set to true, mouse pointer didn't change back when off the area.
in some cases balloon flashed in a wrong position (IE only) for a second.
amFallback used to fail on older IE with <visible_in_legend> set to false.
Rollover balloons used to overlap when all of the datapoints were very near the top of
the plot area.
Sometimes lines became blurry after window was resized.
v16 of Chrome used to display warning about deprecated layerX and layerY properties
guides on CategoryAxis with not date based values used not to work properly.
Some other minor bugs fixed.
FEATURES:
boldPeriodBeginning property with default value true added to CoordinateAxis.
You can disable bolding of the beginning of a period (like year/month/etc) using
it.
2.4.5
some bugs fixed
2.4.4
some bugs fixed
2.4.3
labels added using addLabel method weren't rotated (this bug was since v 2.4.0)
Raphael.js updated to 2.0.1, some related issues in amCharts fixed.
2.4.2
equalWidths with default value true added to AmLegend. Allows to save space
in the legend. Won't look good if legend has more than one line.
version property added to AmChart. Indicates current version of the chart script.
FIXES:
If labelRotation was set to 90, some labels were hidden.
It was impossible to drag chart scrollbar if the mouse was over text in scrollbar.
Chart cursor stayed visible sometimes even mouse wasn't over the chart.
[[category]] metatag was ignored in legend value text.
[[percents.value]] couldn't be displayed in value balloon.
labelPosition was ignored with not stacked columns
2.4.1
raphael.js file was updated in order to fix conflicts with mootools.
some minor bugs fixed.
2.4.0
JavaScript version moved to newly released Raphael v.2 (raphael.js file was updated).
some minor bugs fixed.
2.3.0
Fixes in Flash version:
Since the release of Flash Player 11, calling setSettings could cause browser
crash. This problem fixed in this version. You only need to overwrite swf files.
Fixes in JavaScript version:
Rollover balloon with cornerRadius set to 0 was distorted when it's close to the
plot area's top.
amClickGraphItem event wasn't working for Radar Chart.
graph.showBalloon = false was ignored.
The last item in chart.colors array was ignored.
3D stacked bar charts had layer order problems.
New features in JavaScript version:
minBulletSize property added to AmGraph. Might be useful for XY chart.
animateAgain() method added to all charts. Will trigger animation.
2.2.1
Changes were made in JavaScript version only.
We used Google's Closure Compiler (http://closure-compiler.appspot.com/home)
app to optimize the code and now size of amCharts is less by ~13 KB!
oneBalloonOnly property added to ChartCursor. If true, only one value balloon
at a time will be displayed. Default value is false.
Some minor bugs were fixed.
2.2.0
JavaScript version of XY Chart is now available.
Code was optimized so even with this new chart the size of a file got smaller!
Some minor bugs fixed in JS version.
We decided to remove a possibility to have gradient fills of JS pie chart as this
might cause some unsolvable bugs.
2.1.5
Fix in JavaScript version:
Some garbage used to appear on plot area while zooming candlestick chart.
2.1.4
Fix in JavaScript version:
One i variable was't declared so it became global. This might cause some conflicts
with other scripts on a page.
2.1.3
Fixes / tweaks in JavaScript version:
If duration of ValueAxis is set, value balloons now also display duration.
If a label was added with chart.addLabel method after the chart is created, these
labels used to dissapear after validateNow() methos was called.
Some issues with positive/negative graph masking fixed.
If graph type was column, startDuration was > 0, and there were values equal to 0,
an error used to happen with Chrome while animating.
Legend marker type "bubble" wasn't working at all.
Legend marker type "line" or "dashed line" wasn't registering clicks on the marker.
2.1.0
Radar/Polar chart added to JavaScript charts
Some bug fixes/tweaks in both flash and JavaScript versions.
2.0.7
Memory leaks fixed and performance inproved for JavaScript version.
2.0.6
Changes in JavaScript version:
We strongly recommend upgrading to this version, as it contains some important
updates and fix