What is difference between AmCharts.makeChart and new AmCharts.AmSerialChart();

Using AmCharts.AmSerialChart() you have to instantiate all your components (graphs, axes, …), add properties to those objects and then assign them to the chart. This is a very inefficient way to create a chart, and, as you can see in the documentation (your 2nd link reference), deprecated.Since its version 3 AmCharts supports the new chart constructor, where you can … Read more