Skip to content

Is it possible to create stacked horizontal bar charts, and if so how can I do it? #211

@harryhain

Description

@harryhain

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions