摘要: 1.安装 npm install echarts --save 2.引入 ECharts import * as echarts from 'echarts'; 3.在页面中设置ECharts <template> <!--应收款分析--> <div className="com-threemois 阅读全文
posted @ 2021-10-08 10:38 李笑吅 阅读(729) 评论(0) 推荐(0) 编辑
摘要: 1.创建文件 export const echartsSize = function (size, defalteWidth = 1920) { const docEl = document.documentElement const clientWidth = window.innerWidth 阅读全文
posted @ 2021-10-08 09:54 李笑吅 阅读(101) 评论(0) 推荐(0) 编辑