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