I'm making some funnel visualizations in a dashboard by combining multiple data sources. If I use the "Bar chart" funnel type, it shows my title and description as created in the card settings. If I switch it to a "Funnel" funnel type, the title and description are hidden -- it only shows the series legend.
Screenshot (Bar chart on left, Funnel on right):

I poked through the code a bit. I think the Bar Chart funnel works because of this section, which allows for two LegendHeaders -- one for the title and description, and one for the series legend. I don't know if a similar option should be included here for the "Normal Funnel", or if all LegendHeader logic should be dropped into the FunnelNormal component.
If you're filing an issue about a bug please include as much information
as you can including the following.
Metabase internal database: H2
Repeatable steps to reproduce the issue
Fixed by #5545
Most helpful comment
Fixed by #5545