赞
踩
- <div ref="main" style="width: 600px;height:400px;" />
- const chartDom = this.$refs.main
- const myChart = this.$echarts.init(chartDom)
- const option = this.myChart.getOption()
注意:
1、getOption()这个方法是把数据克隆了一份,所以直接修改是没有效果的
2、setOption()这个方法就可以直接修改图表里的数据并且会有效果
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。