You can easily add multiple chart instances on the same page. Please take a look at this example:
http://jsfiddle.net/amcharts/jbjJ6/
Things to look out for:
- The container for each chart must have a unique "id" property.
- Avoid using the same global variable for different chart instances- it may lead to unexpected results and hard to pinpoint anomalies.
- You can add chart initialization code into single AmCharts.ready() call or use multiple calls.
Thanks for this, the issue I'm having is when I have multiple chart instances and add a chart cursor to each, as soon as the first chart scrolls of the page all the cursor on the other charts stop working.
Any help?