我通过 jquery 创建了 HTML 5 SVG 折线图。请参考下面的截图。
请参考以下 SVG 路径:
<path id="John" clip-path="url("#ChartAreaClip")" fill="none" stroke="red" stroke-width="3" d="M 136 213.6 L 202 259.36 M 202 259.36 L 268 222.18 M 268 222.18 L 334 159.26 M 334 159.26 L 400 150.68 M 400 150.68 L 466 79.18 M 466 79.18 L 532 170.7 M 532 170.7 L 598 167.84 M 598 167.84 L 664 99.2"/>
我想执行路径动画(即)线来绘制运动效果。像下面的链接
http://www.highcharts.com/demo/
我已经参考了以下链接,但无法理解。
https://developer.mozilla.org/en-US/docs/SVG/Element/animateMotion
https://developer.mozilla.org/en-US/docs/SVG/Element/animateColor
https://developer.mozilla.org/en-US/docs/SVG/Element/animate
您能否提供任何解决方案来为折线图制作动画路径?(ie) 折线图的路径动画
谢谢,
湿婆