随笔分类 - echarts
摘要:在data()定义全局变量data(){ return{ chart: null }} 在使用插件方法中最前面添加if (this.chart != null && this.chart != "" && this.chart != undefined) { this.chart.dispose()
阅读全文
摘要:关键代码如下: const data = [220, 182, 191, 234, 290, 330, 310]const sideData = data.map(item => item + 4.5) option = { backgroundColor: "#041730", tooltip:
阅读全文