hustcc / hustcc/echarts-for-react

feature request : add resize opts support

Open
#514 7 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.