0👍
Solution :
tooltips: {
mode: 'label',
callbacks: {
label: function(tooltipItem: any, data: any) {
let indice = tooltipItem.index;
return data.labels[indice] ;
}
}
},
- Chartjs-How to calculate the sum of all values per month of a JSON file in React and display it as a single month using ChartJs?
- Chartjs-Iterating through array in Chart.js data field
Source:stackexchange.com