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

Collapse of a column chart bars after drilldown #10715

Closed
fiantsev opened this issue May 13, 2019 · 3 comments · Fixed by #10728
Closed

Collapse of a column chart bars after drilldown #10715

fiantsev opened this issue May 13, 2019 · 3 comments · Fixed by #10728

Comments

@fiantsev
Copy link

Expected behaviour

  1. click on any column bar
  2. after drilldown - i can see bars and labels

Actual behaviour

column bars are collapsed

Live demo with steps to reproduce

https://jsfiddle.net/rnoq8d42/7/

Product version

Highcharts: 6.2.0

Affected browser(s)

Chrome

@pawelfus
Copy link
Contributor

Thanks @fiantsev for reporting this issue. It looks like a general issue with updating xAxis categories from short strings to long ones. Simplified demo to setData(): https://jsfiddle.net/BlackLabel/09rkLqme/ - the same result.

Could you simplify your names for categories? Those are really long. For example limit length of a category to ~25characters? Something like this: https://jsfiddle.net/BlackLabel/09rkLqme/2/

@TorsteinHonsi
Copy link
Collaborator

It's a regression, bisected to 08b8565

@fiantsev
Copy link
Author

thanks for workaround, i will try if new version doesnt fix it))

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

Successfully merging a pull request may close this issue.

3 participants