4👍
✅
You can achieved this via stacked
option.
options:{
scales: {
xAxes: [{stacked: true}],
yAxes: [{stacked: true}]
}
}
1👍
Finally I found the answer to my question.
I wanted to have stacked bar chart.
Here is the answer.
Horizontal stacked bar chart with chart.js
PS: I have tested the answer myself and it works perfectly fine.
Source:stackexchange.com