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
Describe the bug
The charts show the Plotly toolbar overlay which has significant accessibility issues. The toolbar generally creates confusing information via screen readers and offers functionality that can't be accessed from the keyboard.
To Reproduce
Currently seen in all charts by default
Expected behaviour
Plotly toolbar overlay should be switched off. This can be done by using the following code:
config={"displayModeBar": False}
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
The charts show the Plotly toolbar overlay which has significant accessibility issues. The toolbar generally creates confusing information via screen readers and offers functionality that can't be accessed from the keyboard.
To Reproduce
Currently seen in all charts by default
Expected behaviour
Plotly toolbar overlay should be switched off. This can be done by using the following code:
config={"displayModeBar": False}
Screenshots
The text was updated successfully, but these errors were encountered: