Setting up IIS for correctly handling SVG files

Type tutorial

Problem Icons on my amCharts chart are displayed as broken images, when server through Internet Information Server (IIS). Cause amCharts uses SVG images for various chart elements, such as scrollbar grips. Some older versions of IIS may incorrectly serve SVG images, causing those issues. Each request to a static file on a web server, produces a […]

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