pathIn
pathIn 是 SVG Path 路径入场动画。通过影响 lineDash 属性来实现。
开始使用
chart.options({
type: 'line',
/* ... */
animate: { enter: { type: 'pathIn' } },
});
正在加载…
pathIn 是 SVG Path 路径入场动画。通过影响 lineDash 属性来实现。
chart.options({
type: 'line',
/* ... */
animate: { enter: { type: 'pathIn' } },
});