create_visualization
Create a new visualization for a query by specifying type, name, and configuration options.
Instructions
Create a new visualization for a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the visualization | |
| type | Yes | Type of visualization. Available types depend on your Redash instance. Use get_query to see existing visualization types in use. | |
| options | Yes | Visualization-specific configuration. The structure depends on your Redash instance and visualization type. Use get_visualization to examine existing visualizations of the same type as a reference. | |
| query_id | Yes | ID of the query to create visualization for | |
| description | No | Description of the visualization |