hustcc / echarts-for-react

⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。
https://git.hust.cc/echarts-for-react
MIT License
4.56k stars 633 forks source link

series动态更新 #290

Closed ghost closed 5 years ago

ghost commented 5 years ago

你好我在render函数里面这样写的,每次render渲染的时候option中的series都不一样, 但是没有动态渲染series中的值

 <ReactEcharts
                     notMerge={true}
                     lazyUpdate={true}
                    option={option}
                    style={{ height: '700px', width: '100%' }}
                    className='react_for_echarts' />
hustcc commented 5 years ago

option 请使用 immutable 的方式更新!