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

Bar chart: Category scale skips labels #4635

Closed
andig opened this issue Aug 9, 2017 · 1 comment
Closed

Bar chart: Category scale skips labels #4635

andig opened this issue Aug 9, 2017 · 1 comment
Milestone

Comments

@andig
Copy link
Contributor

andig commented Aug 9, 2017

Coming from #4498 I'm trying to build a combined line/bar time series chart. Approach is to use category axis for the bars.

http://jsfiddle.net/andig2/zxgtt2k7/2/ shows a bar chart with little (config2) or lots (config1) of bars. With lots of bars ("dense" chart) the category scale starts to skip ticks, labels and gridlines while the bars are still visible:

screen shot 2017-08-11 at 16 43 07

Update added screenshot for accessibility

@andig
Copy link
Contributor Author

andig commented Aug 12, 2017

I've simplified the example somewhat, problem is still there. If I set ticks.autoSkip: false its fixed- so some issue with the way the autoskipper works in conjunction with category labels?

From what I understand its due to the skipper dropping ticks. Instead they'd need to be marked for don't display, not omitted entirely around here

.

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

No branches or pull requests

2 participants