关于Echarts
Echarts图表官方文档: https://echarts.apache.org/examples/zh/index.html
Echarts高级应用: https://www.makeapie.com/explore.html
Echarts使用步骤:
- 下载并引入echarts.js, 下载地址: https://echarts.apache.org/zh/download.html
- 创建具备大小的DOM容器
- 初始化echarts实例对象
- 设置配置项和数据(option)
- 把配置项设置给echarts实例对象