--- type: view title: Masonry view sidebar_label: Masonry (default) description: "The default panel layout uses a masonry algorithm." related: - docs: /dashboards/panel/ title: Panel view - docs: /dashboards/sidebar/ title: Sidebar view --- The masonry view is the default view type.

Screenshot of the masonry view Screenshot of the masonry view.

Masonry sorts cards in columns based on their card size. The next card is placed below the smallest card on the dashboard.

Image showing how masonry arranges cards based on size. Masonry arranges cards based on size.

To group cards, you have to use [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), or [grid](/dashboards/grid/) cards. {% configuration %} type: required: false description: "`masonry`" type: string {% endconfiguration %}