Exporting charts and maps: PDF with multiple charts and related info

Type tutorial

Intro If you are looking on how to automatically generate PDF reports, you should probably explore some server-side options, like PhantomJS. We have a handy tutorial ready about the latter here. However, sometimes, you just need to export a chart or two, along with some additional info on-demand, triggered by the user. In those cases […]

Adding event listeners within chart config

Type tutorial

If you are creating chart using AmCharts.makeChart(divId, config) method, instead of using chart.addListener method, a much better approach would be adding listeners directly to chart config. This is done using listeners property of a AmChart or ChartScrollbar or ChartCursor (any object which has events). listeners property accepts array of objects each of them must have […]