create_dashboard
Combine multiple plots into a configurable dashboard. Supports column, row, tabs, or grid layouts and professional templates. Outputs PNG preview and interactive HTML.
Instructions
Create a dashboard combining multiple plots.
Returns PNG preview + interactive HTML with full Panel layout. Supports professional dashboard templates for polished output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Dashboard title | Dashboard |
| layout | No | Layout type — 'column' (vertical), 'row' (horizontal), 'tabs', 'grid' | column |
| plot_ids | Yes | Comma-separated list of plot IDs to include | |
| template_style | No | Professional template — None (simple), 'material', 'bootstrap', 'fast' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |