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