2👍
✅
You dont register the plugin as described in the documentation
import {Chart} from 'chart.js';
import ChartDataLabels from 'chartjs-plugin-datalabels';
Chart.register(ChartDataLabels);
Source:stackexchange.com