Tool
Dashboard reorder tiles
The Dashboard Reorder Tiles tool by PostHog allows users to easily rearrange the order of insights on their dashboards. By specifying an array of tile IDs, users can customize the layout for better data visualization and workflow optimization.
Features
- Reorder dashboard tiles by specifying a custom order of tile IDs.
- Retrieve current dashboard tiles using dashboard-get before reordering.
- Supports input of multiple tile IDs to define the precise layout from top to bottom.
- Ensures idempotent operations to maintain consistent dashboard states.
- Compatible with PostHog's analytics platform for seamless integration.
Benefits
- Enhanced dashboard customization for improved data analysis.
- Streamlined workflow by organizing insights in a preferred sequence.
- Improved clarity and accessibility of key metrics through tailored layouts.
- Time-saving with simple reordering via API calls without manual drag-and-drop.
- Consistent user experience with reliable, repeatable ordering operations.
Description
Reorder tiles (insights) on a dashboard. Provide an array of tile IDs in the desired order from top to bottom. First, use dashboard-get to retrieve the dashboard and see the current tile IDs, then provide the tile IDs in your desired order.
Parameters
2 parameters
| Name | Type | Description |
|---|---|---|
| dashboardIdrequired | integer | The ID of the dashboard to reorder tiles on |
| tileOrderrequired | integer[] | Array of tile IDs in the desired order from top to bottom |