Jesse Devaney
Jesse Devaney
## Context [Product doc](https://www.notion.so/Default-dashboards-to-a-max-width-to-give-creators-a-more-predictable-canvas-0a4f5b03fcba42f59752a6c41c453ebb) Epic: https://github.com/metabase/metabase/issues/36010 Blocking milestones of this feature: https://github.com/metabase/metabase/issues/36358 --- ## Tasks **Dashboards Needing Changes** 1. Full-App 2. Static Embedding (`PublicDashboard`) 3. X-Rays (`AutomaticDashboardApp`) --- #### Milestone...
Updates `visibleParameters` check to use all hidden parameters: both query string supplied `#hide_parameters=...` and `hiddenParameterSlugs` supplied. - Closes: https://github.com/metabase/metabase/issues/13934 **Before**  **After** 
- This PR addresses the Pie Chart failing to render when switching from notebook editor to the visualization mode. See slack [thread](https://metaboat.slack.com/archives/C05NQSWPRMK/p1715122094392309) for context. **Before** https://github.com/metabase/metabase/assets/22608765/d012b22a-fab3-4b97-aaf9-d7374fe8e0e8 **After** https://github.com/metabase/metabase/assets/22608765/cd041461-ba58-4d4a-bbb2-cb5a6c4ea152
- In response to: https://metaboat.slack.com/archives/C064QMXEV9N/p1715962202978199 --- **Before**  **After** 
- Closes: https://github.com/metabase/metabase/issues/39567 **Demo Changes** _(before and after)_ https://github.com/metabase/metabase/assets/22608765/7bd0c563-a6fa-4ede-bfef-4bd498cad729
**Bug Fix:** This PR is intended to update the `hideOverlap` functionality to prevent empty labels (`""`) from being considered as candidates for the overlap checking. - Perhaps there is a...