Chartjs-Setting ChartJS plugin on vue-chartjs not working

1👍

Completely forgot about this. But I fixed it. It was a typo error. Remember when passing your custom plugins, the plugins prop accepts an array.

<BarChart :chartData="chartData" :plugins="[plugin]"/>

Leave a comment