hustcc / hustcc/echarts-for-react
feature request : add resize opts support
Open
help wanted
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 650
- PR merge metrics
- No merged PRs in 30d
Description
从 echarts 5 开始默认禁用了 resize 的动画,但后来支持了配置:
```
myChart.resize({
animation: {
duration: 300,
easing: 'cubicInOut'
}
});
```
希望我们能支持此项配置
[resize animation](https://github.com/apache/echarts/pull/14553)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.