scaleInY
scaleInY 单个图形沿着 y 方向的生长动画。影响 transform.scale 属性。
开始使用
chart.options({
type: 'interval',
/* ... */
animate: { enter: { type: 'scaleInY' } },
});
正在加载…
scaleInY 单个图形沿着 y 方向的生长动画。影响 transform.scale 属性。
chart.options({
type: 'interval',
/* ... */
animate: { enter: { type: 'scaleInY' } },
});