set_visual_layout
Define a QuickSight visual's position and size in the 36-column grid layout using column and row index/span values. Arrange analysis visuals precisely; a backup is created before changes.
Instructions
Set the position and size of a visual in the grid layout.
QuickSight uses a 36-column grid. Common patterns:
Full width: column_index=0, column_span=36
Half width: column_span=18
Third width: column_span=12
Row height: typically 8-16 rows per visual
WARNING: This modifies the analysis definition. A backup is automatically created before making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_span | Yes | Height in rows. | |
| row_index | Yes | Row position (0-based). | |
| visual_id | Yes | The visual ID to position. | |
| analysis_id | Yes | The QuickSight analysis ID. | |
| column_span | Yes | Width in columns (1-36). | |
| column_index | Yes | Column position (0-35). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||