Dojo 制图标记问题
是否可以用动画移动道场图表中显示的markers
指针?
请帮忙。
Is it possible to move markers
pointer displayed in dojo chart with animation?
please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案之一可能是这样的。
//下面是标记的简单动画,
您可以使用此函数对原始 svg 节点进行一些复杂的动画。不要在上面的代码中调用 setAttrbuite,而是调用下面的函数将原始 svg 节点传递给它。
One of the solution might be like this.
//below is for simple animation for markers
you can use this function for some complex animation of raw svg node. Instead of calling setAttrbuite in the above code , call the below function passing the raw svg node to it.