[Chartjs]-Chartjs โ€“ Progressive Line sample from docs is throwing helpers.easing.easeOutQuad is not defined?

2๐Ÿ‘

โœ…

As described in the docs here you need to import these funcitons using treeshaking from the helpers package when using ESM:

import { easingEffects} from 'chart.js/helpers';

Leave a comment