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

Using events

Type tutorial

I guess most of you are familiar with events model, but in case not, I will try to explain it in as simple way as I can. The chart fires (dispatches) events. Some of them are dispatched without any user interaction, for example, when chart is rendered for the first time, chart fires initĀ event. Other […]