zoomOut
Previous
zoomIn
Next
State
Loading...
zoomOut is a zoom-out animation that scales down from the center point of graphics. It affects the transform.scale property.
chart.options({type: 'interval',/* ... */animate: { exit: { type: 'zoomOut' } },});