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

Rotated chart with hidden subchart still able to interact with #2503

Closed
u119102 opened this issue Oct 10, 2018 · 3 comments · Fixed by #2674
Closed

Rotated chart with hidden subchart still able to interact with #2503

u119102 opened this issue Oct 10, 2018 · 3 comments · Fixed by #2674

Comments

@u119102
Copy link

u119102 commented Oct 10, 2018

  • C3 version: 0.6.8
  • D3 version: 5.7.0
  • Browser: Chrome
  • OS: Windows

I have a rotated bar graph with long x-tick values. I appears there is a hidden subchart that user can still interact with and zoom in with, even though no subchart or zoom is enabled. See my codepen below:

https://codepen.io/u119102/pen/NOpBmK?editors=1010

If you hover mouse over the middle of the word "January", mouse pointer "+" will show up, pull it down and the graph will zoom in (similar to a subchart functionality)

This does seem trivial in web-page view, but in mobile view, it's in the left side of the page where user tends to scroll with their finger, it can be quite irritating, especially since you cannot zoom all the way back out, without seeing the subchart.

image

Please let me know if any other information need or it has already been solved.

Thanks.

@dmitryrazinkov
Copy link

We have the same issue as well, seems really bad

@kemallette
Copy link

Also experiencing this on v0.6.8

@kemallette
Copy link

Temporary work around that I used to avoid this on a non-interactive chart was:
g.c3-brush { display: none; }

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

Successfully merging a pull request may close this issue.

3 participants