Line chart keeps expanding animation when updating before init animation is finished
Open
en
new-feature
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
Currently line chart will stop expanding animation and remove clip-path if it is updated again. It is not visual friendly if we do `resize` after first-time `setOption` because animation will be suddenly stopped. I think it's possible to keep the clip-path animation even if the chart is updated immediately after first-time `setOption`
### What does the proposed API look like?
No new API needed
Contributor guide
Assessment
This issue has not been assessed yet.