DaWi
DaWi
At present, I can think of ways only through the float way to solve the view add padding value, the scrolling content is incomplete problems.
@DeadManPoe Sorry, due to too many `Echarts` properties, this will be a lot of work, and I will consider adding `.d.ts` in the future. In addition, I recommend that you...
@zoffyzhang @zhixuanziben 1. 写法不同,组件式相对来说更直观,相对于配置便于维护。 2. 开发思维不同,将 option 数据分散到各组件中,动态数据存放在 state 中,不用关心动态数据与静态数据的合并操作。 3. 关于将每个选项改写成组件的问题,请看[这里](https://dawiwt.com/react-component-echarts/tools.html),可将 option 生成组件式写法。