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

keyboard accessibility to c3.js tooltip #2227

Open
poonamk opened this issue Nov 20, 2017 · 2 comments
Open

keyboard accessibility to c3.js tooltip #2227

poonamk opened this issue Nov 20, 2017 · 2 comments

Comments

@poonamk
Copy link

poonamk commented Nov 20, 2017

How do we get keyboard access for tooltips of c3 charts.Tooltip comes up when we hover over the points in a graph. But is there a way to getting them using some combination of keys on the keyboard.

@amitozdeol
Copy link

How would you get the x and y coordinates and which tooltip to show when the button clicks?

@MichaelMistak
Copy link

My assumption would be that in the case of keyboard access, the xy cordinates of the data point (not the cursor) would need to be used. The individual relevant data points would first need to be made keyboard focusable via the tabindex attribute.

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

3 participants