You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's important things that you have to set horizontal = true and you have to check XAxes, YAxes
Sample is here.
And you can check with Stacked horizontal bar chart here.
But I didn't check on Blazor Server-Side.
Thank you.
Describe your question
Is it possible to create stacked horizontal bar charts, and if so how can I do it?
Which Blazor project type is your question related to?
Server-Side
Which charts is this question related to?
Bar Charts
JavaScript equivalent
options: {
indexAxis: 'y',
scales: {
x: {
stacked: true
},
y: {
stacked: true
}
}
}
Additional context
Add any additional context, screenshots or code about the question here.
The text was updated successfully, but these errors were encountered: