Introducing JSON Configuration for amCharts 5

Starting with version 5.3.0 you can create amCharts 5 charts from a JSON configuration. This enables you to store chart definitions anywhere text can be stored: databases, cloud storage, local file system or even browser’s memory.

It’s important to note, that while you can serialize and parse chart settings and properties, more advanced amCharts 5 features like events and adapters cannot be serialized at this point.

For more information on serialization in amCharts 5 please refer to this tutorial.

Upgrade to amCharts 5.3.0 or newer to start using JSON configs.