Loading...
fadeIn is a fade-in animation that affects the opacity transparency property.
fadeIn
opacity
chart.options({ type: 'interval', /* ... */ animate: { enter: { type: 'fadeIn' } },});