scaleOutX
Previous
scaleInY
Next
scaleOutY
Loading...
scaleOutX is a disappearing animation for individual graphics along the x-direction. It affects the transform.scale property.
chart.options({type: 'interval',/* ... */animate: { exit: { type: 'scaleOutX' } },});