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