2, Create a < script > tag to include echarts' core file, echarts.js. b>ECharts
3, Create a new < script > tag, configure for module loader a path of echarts and the chart you need (the relative path is to link from the current page to echarts.js). For imported chart file, refer to Import ECharts2ECharts
4, Dynamically load echarts and the chart you need in the < script > tag. Use callback function to initialize and drive the generation of charts. For option, refer to API & DocECharts
5, Open echarts.html in the browser to see the following results.ECharts