tomLadder / react-native-echarts-wrapper

📈Powerful React-Native ECharts Wrapper 📊
MIT License
177 stars 62 forks source link

动态数据刷新图表时,options里的 回调函数好像不管用 #61

Open dumuchenglin123 opened 4 years ago

dumuchenglin123 commented 4 years ago

option`s callback is not used if you use setOption({...}, true)

dumuchenglin123 commented 4 years ago

option`s callback is not used if you use setOption({...}, true)

我好像发现了什么,依赖包里有bug: 当你初始化option时 option里的回调函数起作用的,但setOption时,option里的函数不起作用,原因在于包里面的jsBuilder.js有bug: image 应该是 return val.toString()