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