随笔分类 -  echarts相关

echarts图表常见问题汇总、整理
摘要:1、webpack多页面项目中使用echarts 图表的legend、dataZoom组件,需引入 // 引入legend import 'echarts/lib/component/legend' // 引入dataZoom import 'echarts/lib/component/dataZo 阅读全文
posted @ 2020-03-09 16:55 妮歌 阅读(2519) 评论(0) 推荐(0)
摘要:在tab切换、轮播等效果模块中使用echarts图表,切换后图表有时会渲染成100*100的大小,为解决这个问题,可使用resize()方法。代码如下:echarts初始化: var echartsInt = echarts.init(document.getElementById("echartI 阅读全文
posted @ 2019-09-10 10:31 妮歌 阅读(1520) 评论(1) 推荐(1)