Cecilxx / echarts-taro3-react

taro3.x-react构建的微信小程序echarts组件,及使用示列
MIT License
85 stars 26 forks source link

不允许多次refresh #5

Closed lvshiwei closed 3 years ago

lvshiwei commented 3 years ago

我打开了line图表 当数据发生变化时, 再次调用 refresh 方法, 图表无刷新

setTimeout(() => { console.log('refresh again') const newoption = { xAxis: {}, yAxis: {}, series: [ { data: [ [30, 320], [30, 300], [20, 250], ], type: "line", }, ], }; this.lineChart.refresh(newoption); console.log('done '); }, 2000);

Cecilxx commented 3 years ago

报错了吗?如果有的话,截图提供下 @lvshiwei

jsLyLeeHi commented 3 years ago

我也遇到这个问题了,没有报错,但是无法刷新数据

jsLyLeeHi commented 3 years ago

数据发生改变后使用refresh函数刷新数据图表无反应

StarksJohn commented 3 years ago

我也遇到了,垃圾插件,坑人

StarksJohn commented 3 years ago

taro 要死

Cecilxx commented 3 years ago

@lvshiwei @jsLyLeeHi 不是意思,最近业务上比较忙,升级到1.0.10版本即可解决。