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

Question: how to disable vertical line on hover #1646

Closed
unlight opened this issue Apr 7, 2016 · 3 comments
Closed

Question: how to disable vertical line on hover #1646

unlight opened this issue Apr 7, 2016 · 3 comments
Labels

Comments

@unlight
Copy link

unlight commented Apr 7, 2016

When I moving mouse along Y axis.
In addition to tooltip, vertical line is showing.
How to disable it?

Example here http://c3js.org/samples/simple_multiple.html

@abacaj
Copy link

abacaj commented Apr 11, 2016

Use css:

.c3-event-rects { display: none }

@aendra-rininsland
Copy link
Member

Thanks for answering @abacaj!
Closing as resolved.

@pashog
Copy link

pashog commented Jun 22, 2018

Use css:

.c3-event-rects { display: none }

This is an incorrect solution. Because in this way you'll hide entire events layer.
If you need to disable only vertical bar, use .c3-xgrid-focus class:

.c3-xgrid-focus { display: none; }

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

No branches or pull requests

4 participants