Change line chart appearance animation sequence
Open
animation
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?
The appearance of the line chart
### What does the proposed API look like?
The original way: symbol appears first and then connects symbol from left to right with a line
Problem description: Compared to symbol, line is more important
The symbol appears first and then the lines are connected to make the chart animation messy.
Change plan: symbol and line appear at the same time
Contributor guide
Assessment
This issue has not been assessed yet.