Hi @piseth
We will assist you via email.
Please kindly note that there is no issue with commercial framework. I just want to integrate charts-plugin-datalabels with chartjs (that is being used in HostDashboard.cshtml).
I follow this instruction https://chartjs-plugin-datalabels.netlify.app/guide/getting-started.html#integration But i don't know where to put the following information to make it work
import {Chart} from 'chart.js'; import ChartDataLabels from 'chartjs-plugin-datalabels';
// Register the plugin to all charts: Chart.register(ChartDataLabels);
// OR only to specific charts: var chart = new Chart(ctx, { plugins: [ChartDataLabels], options: { // ... } })
Thanks so much in advance
Any update please?