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
The current implementation of the box plot visualization does not support highlighting. This is however, supported for other plots. We need to build a generic solution to support such plots. It is similar to #133.
Steps to Reproduce
Run example/box/matplotlib/example_mpl_box.py
Activate maidr, by clicking on the plot or tabbing into the plot.
Check highlighting by using left/right/top/down arrow keys
Actual Behavior
Highlighting doesn't work when box plot is triggered with maidr.
Expected Behavior
Highlighting should work, as it is working for the example in maidr.js repository for box plot.
The text was updated successfully, but these errors were encountered:
Bug Report
Description
The current implementation of the box plot visualization does not support highlighting. This is however, supported for other plots. We need to build a generic solution to support such plots. It is similar to #133.
Steps to Reproduce
Actual Behavior
Highlighting doesn't work when box plot is triggered with maidr.
Expected Behavior
Highlighting should work, as it is working for the example in maidr.js repository for box plot.
The text was updated successfully, but these errors were encountered: