2022年9月28日
摘要: :style="{'width':item.itemValue}" 阅读全文
posted @ 2022-09-28 15:58 好大的虫子 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 在调取Echarts实例时判断是否存在,存在就销毁 if (this.launchEchart != null && this.launchEchart != "" && this.launchEchart != undefined) { this.launchEchart.dispose()//销 阅读全文
posted @ 2022-09-28 15:54 好大的虫子 阅读(1383) 评论(0) 推荐(0) 编辑
摘要: 1、改变坐标轴文字颜色: 在xAxis,yAxis中添加以下代码即可 xAxis: { type: 'category', data: this.xAxis, axisLabel: { show: true, color: '#ffffff', fontSize: 16 } }, yAxis: { 阅读全文
posted @ 2022-09-28 15:39 好大的虫子 阅读(7526) 评论(0) 推荐(0) 编辑