Making charts and maps responsive

Type tutorial

Starting with version 3.13 amCharts has introduced a plugin which allows transparently enabling responsive features of the charts and maps. Compatible with all amCharts products – JavaScript Charts, JavaScript Stock Chart and JavaScript Maps – this plugin dynamically scales-down and -up chart’s visual features to best suit available viewport. This article deals on how to […]

CSS animations

Type tutorial

Since we have added the possibility to add class names on our chart elements, you are able to animate the SVG elements with CSS. Define custom class names to point out specific data points or attract the users in general by animating the whole graph at all. This gives you more freedom, an interactive feeling and […]

CSS class names of visual chart elements

Type tutorial

Since version 3.12.0 you can enable CSS class names on virtually any internal chart or map object: line, fill, column, bullet, plot area, balloon, legend label, you name it. You just need to set the addClassNames property to true. This enables you to manipulate the appearance of virtually any chart item by apply CSS styles. Below […]