We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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": [...] }
The text was updated successfully, but these errors were encountered:
Any ideas on sorting items in a horizonotal-stacked-bar chart?
Sorry, something went wrong.
Sorry for long response. I need look into. But I not sure, that we can show longest part bar on the top.
No branches or pull requests
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": [...]
}
The text was updated successfully, but these errors were encountered: