0👍
const option ={
plugins: {
tooltip: {
callbacks: {
label: (item) =>
`${item.label}: ${item.formattedValue}`,
},
},
}
}
Source:stackexchange.com
0👍
const option ={
plugins: {
tooltip: {
callbacks: {
label: (item) =>
`${item.label}: ${item.formattedValue}`,
},
},
}
}