Setting custom column names for exported chart data

Type tutorial

Besides exporting charts to images and PDF, you can use our Export plugin for other things, like exporting it’s data to CSV, Excel and other formats. By default, column names will be exported using their “internal” field names – the same way they appear in data. I.e. “value”, “volume”, etc. Using graph names to replace internal […]

Using Data Loader plugin to load external data in CSV or JSON formats

Type tutorial

Description By default all amCharts libraries accept data in JSON format. It needs to be there when the web page loads, defined in-line or loaded via custom code. This plugin introduces a native wrapper that enables automatic loading of data from external data data sources in CSV and JSON formats. Most of the times you will just […]