You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original way: Pie chart and label text appear at the same time use the mask.
Change plan: Because the new pie chart animation will be modified like this Issues 12553 [https://github.com//issues/12553]. The color blocks of several partitions come out from the starting point at the beginning. All move forward and expand, and at the same time, a single small block expands at the same time.
So how does the label text can draw better?
The label text is the same as before, and the effect of using the mask appears in sequence.
——It is difficult to be consistent with the pie chart animation.
After drawing the pie chart, all the label text fades out together.
——Drawing label text needs to add delay, which will increase the overall animation time.
The label text and the pie chart rotate clockwise and appear together.
——There are too many moving elements on the screen, which will interfere with the animation of the pie chart.
Choose one, or is there a better way?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!
Original way: Pie chart and label text appear at the same time use the mask.
Change plan: Because the new pie chart animation will be modified like this Issues 12553 [https://github.com//issues/12553]. The color blocks of several partitions come out from the starting point at the beginning. All move forward and expand, and at the same time, a single small block expands at the same time.
So how does the label text can draw better?
——It is difficult to be consistent with the pie chart animation.
——Drawing label text needs to add delay, which will increase the overall animation time.
——There are too many moving elements on the screen, which will interfere with the animation of the pie chart.
Choose one, or is there a better way?
The text was updated successfully, but these errors were encountered: