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