> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Canvas interactions

> Paradime Canvas Interactions: Interact with dbt™ lineage on a dynamic canvas. Enhance visualization and analysis.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

You can interact with your canvas layout / zoom level using the mini-map on the bottom-right of you screen.

The toolbar allow you to:

* Change the zoom level
* Reset zoom to 100%
* Make the canvas content fit to screen
* Pin/unpin the map
* Regroup lineage nodes

<Arcade src="https://demo.arcade.software/odVzMEdDx4yolZeQ9aFj?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Canvas interactions" />


## Related topics

- [Filters and Nodes interaction](/products/data-catalog/lineage/filters-and-nodes-interaction.md)
- [Lineage](/products/data-catalog/lineage/index.md)
- [Nodes navigation](/products/data-catalog/lineage/nodes-navigation.md)
- [Compare Lineage version](/products/data-catalog/lineage/compare-lineage-version.md)
- [Sequence Diagrams](/integrations/mermaid-js/sequence-diagrams.md)
