Skip to content

Order of Items in a Stacked Bar Chart #557

@patterson

Description

How can I sort a horizontal stacked bar chart to show the longest stacks on the top?

{
"dimensions": {
"Users": {
"order": "ASC"
},
"Tag": {
},
"Source": {
}
},
"type": "horizontal-stacked-bar",
"x": "Users",
"y": "Tag",
"color": "Source",
"plugins": [{
"name": "tooltip",
"settings": {}
}],
"data": [...]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions