3.3.0: Introducing themes for amCharts and amMap

Version 3.3.0 of our charting packages and version 3.8.0 of our mapping package supports themes. This means that instead of setting every property for each graph or axis or any other object, you can set new defaults in a theme file. This will make devs’ life a lot easier! Check this tutorial to get more info about working with […]

3.2.0: Exporting charts as image, PDF & SVG

Since V 3.2.0 of our charts and V 3.7.0 of maps you can give your charts a way to escape out your browser and be a part of your file system. We added a possibility to export charts as an image. This works on all modern browsers except IE9 (works fine with IE10). This tutorial […]

3.2.0: Create charts using JSON

Since v 3.2.0 all charts and maps can now be created from JSON, instead of JavaScript API. This means you might store chart configuration in a simple JSON object and use it whenever you need. This tutorial explains how you should use this feature. We also recommend checking samples folder of the downloaded package – […]