I am trying to add datalabels on top of my Bar chart
import { Bar } from 'react-chartjs-2';
import ChartDataLabels from 'chartjs-plugin-datalabels';
<Bar data={chartData} options={opts} plugins={[ChartDataLabels]} />
Reference to this link
Facing the following issue:
Cant resolve chart.js/helpers in /node_modules/chartjs-plugins-datalabels/dist