摘要: 首先是npm下载 npm install echarts --save 配置echarts.js,按需引入 // 引入 echarts 核心模块,核心模块提供了 echarts 使用必须要的接口。 import * as echarts from 'echarts/core'; // 引入柱状图图表 阅读全文
posted @ 2022-09-22 23:24 于影而驰 阅读(131) 评论(0) 推荐(0)