0👍
✅
You just need to add padding in chart layout so that chart can get space to display label.
options:{
layout: {
padding: {
left: 30,
right: 30,
top: 30,
bottom: 30
}
},
}
Source:stackexchange.com