Skip to content
New issue

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

Order of Items in a Stacked Bar Chart #557

Open
patterson opened this issue Oct 15, 2018 · 2 comments
Open

Order of Items in a Stacked Bar Chart #557

patterson opened this issue Oct 15, 2018 · 2 comments

Comments

@patterson
Copy link

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": [...]
}

@patterson
Copy link
Author

Any ideas on sorting items in a horizonotal-stacked-bar chart?

@Mavrin
Copy link
Contributor

Mavrin commented Nov 13, 2018

Sorry for long response. I need look into. But I not sure, that we can show longest part bar on the top.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants