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
It would be great if when defining graphic elements, we could specify shape properties with a from and to settings. For example, when creating a custom series with circle items, I may want to animate the radius from 0 to some final value. Perhaps, the return value for renderItem function could look like:
@pissang Have you guys given any more thought to the possibility of specifying animation of graphic elements in custom series? Wonder if there's a way to achieve this today.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
One-line summary [问题简述]
Support animation of graphic elements
Version & Environment [版本及环境]
Expected behaviour [期望结果]
It would be great if when defining graphic elements, we could specify shape properties with a from and to settings. For example, when creating a custom series with circle items, I may want to animate the radius from 0 to some final value. Perhaps, the return value for renderItem function could look like:
ECharts option [ECharts配置项]
Other comments [其他信息]
In the mean time, I've been trying to find a way to call animateTo function for each of the shapes created, but haven't found a way to do that.
The text was updated successfully, but these errors were encountered: