0👍
✅
In chartjs you can disable the plugins (in this case the label plugin).
By adding this to options labels would be diabled:
plugins: {
labels: false
}
Source:stackexchange.com
0👍
In chartjs you can disable the plugins (in this case the label plugin).
By adding this to options labels would be diabled:
plugins: {
labels: false
}