Open
Description
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
- 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.