Applying SVG filters on charts and maps

Type tutorial

Since 3.13.0 it is possible to define SVG-Filter natively through the chart setup, without touching the actual SVG or messing with the chart events. We have spend a while to think about a way how to provide you the best and easiest solution to define those SVG definitions – and guess what, the simple JavaScript […]

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 […]