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

Hooking up chart to data feed services

Type tutorial

We have many articles and examples here on amcharts.com that deal with theoretical concepts of loading remote data to be shown on charts. This tutorial will differ in such way that it will use the real data and the real data feed. If you’d like to review the principles, here are a few articles to […]

Use amCharts to visualize Google Analytics data

Type tutorial

Intro Google exposes data from its Analytics service using a number of various APIs. CORE REPORTING API (Create custom reports by querying for dimensions and metrics) MULTI-CHANNEL FUNNELS REPORTING API (Access attribution and conversion path data for your users) REAL TIME REPORTING API (Access activity occurring on your property right now) EMBED API (Embed dashboards […]