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

reportview: horizontal_multibar legend and tooltip order #5

Open
Steven-Eardley opened this issue Mar 25, 2015 · 0 comments
Open

reportview: horizontal_multibar legend and tooltip order #5

Steven-Eardley opened this issue Mar 25, 2015 · 0 comments

Comments

@Steven-Eardley
Copy link
Member

This is due to highcharts' handling of inverting the graph. When the chart is drawn horizontally, the bars will be out-of-order from the vertical order, plus out of sync with the labels.

See the following JSFiddle:
https://jsfiddle.net/tmr5meas/1/

On line 105, try using series.reverse() - the bars are in a more similar order to the column chart, but the legend is backwards.

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

1 participant