You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: