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
Yes, that should work, thanks for the report! Seems like it should also show hover labels on the bar, wouldn't you think?
Even the pie has some behavior (on my phone anyway) that I wouldn't have expected: the first touch on a slice shows hover data and the second touch on that same slice makes a click event. @etpinard is that intentional? I guess I could imagine a rationale for that - otherwise there's no way to see the hover info without generating a click, which may be a stronger interaction than the user intended - but it still feels weird to me. Anyway, we should pick a behavior and have all trace/subplot types follow it.
'Click' and 'Touch' work fine for pie charts but, only 'Click' works for bar chart.
If 'Touch' is not supported why does it work for pie charts?
Tested using chrome and firefox, emulated and on a touch screen.
Pie vs Bar chart codepen: https://codepen.io/steph_curried/pen/RyYmxL
The text was updated successfully, but these errors were encountered: