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]"/>
Source:stackexchange.com
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]"/>