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