Loading external data in Live Editor

Type tutorial

It is possible to use Data Loader with Live Editor. I say “technically” because there are some caveats, which I will outline a bit later. First, to enable Data Loader, click on the Extra Config checkbox to enable plugin settings. Then, type in Data Loader config into appropriate box. I.e.: { “enabled”:true, “url”:”https://www.mysite.com/data.php”, “format”:”json” } […]

Using Data Loader to connect charts to MySQL data base

Type tutorial

The purpose of this article is to show you how you can hook up your client-side charts to the database servers on your back end using server-side scripting languages. On the server side we’ll be using MySQL and PHP. However the principles outlined in this article will be applicable to any combination of server-side technologies, like ASP.NET+MSSQL, […]

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

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

Loading external map data

Type tutorial

IMPORTANT NOTICE! The information provided in this article is here for historical reference. We strongly suggest you consider using our official Data Loader plugin, which takes care of all the data loading automatically. However, bits and pieces of this article might still be useful for some. Please refer to this tutorial for further information. This […]