3๐
โ
If you want to remove only the percentages, just add this line in your options
labels: {
render: () => {}
}
It will look like:
options: {
plugins: {
labels: {
render: () => {}
}
}
}
Source:stackexchange.com