我正在尝试在条形图顶部添加数据标签
import { Bar } from 'react-chartjs-2';
import ChartDataLabels from 'chartjs-plugin-datalabels';
<Bar data={chartData} options={opts} plugins={[ChartDataLabels]} />
Run Code Online (Sandbox Code Playgroud)
参考这个链接
面临以下问题:
无法解析/node_modules/chartjs-plugins-datalabels/dist中的chart.js/helpers