Flex charting components v 1.4.2.0 released

We have just released an update for amCharts flex charting components, with some nice new features:

  • coordinateToValue(coordinate) method added to ValueAxis. Converts coordinate (pixels) to value.
  • recalculateToPercents property added to valueAxis. If you set it to true, values will be recalculated to percents, using first selected data items value as base value. To show percent values in balloons or legend, use [[percents.value]], [[percents.close]] tags. There is a checkbox “racalculate to percents” in candlestick example. Check it to see this feature in action.
  • graphs can have a different dataProviders from main chart’s data provider. Note: only categories available in chart’s dataProvider will be visible.
  • zoomToValues(startValue, endValue) method added to ValueAxis. It can only be used with XY chart.
  • When zooming XY chart, value axes dispatch axisZoomed event, with startValue and endValue properties.
  • invalidateData() method added to AmChart.

Some minor bugs were fixed.

Download flex components

Comments are closed.