What is difference between AmCharts.makeChart and new AmCharts.AmSerialChart();
问题 Some AmCharts demos use AmCharts.makeChart Other AmCharts demos use new AmCharts.AmSerialChart(); What is the difference in these two approaches? 回答1: 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