[Bug] Legend order backwards for stacked bar plots
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 124
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 1
Description
This example here shows it well:
https://hvplot.holoviz.org/reference/pandas/bar.html
Enabling the legend in a stacked bar plot displays the legend items in the opposite order of how they are stacked. One would expect them to be in the same order.

This might be somehow related:
https://github.com/bokeh/bokeh/issues/9135
Contributor guide
Assessment
This issue has not been assessed yet.