Loading...
pathIn is an SVG path entrance animation. It is implemented by affecting the lineDash property.
pathIn
lineDash
chart.options({ type: 'line', /* ... */ animate: { enter: { type: 'pathIn' } },});