create_visualization
Creates a new visualization for a given query, enabling visual representation of query results with configurable types and options.
Instructions
Create a new visualization for a query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | ID of the query to create visualization for | |
| type | Yes | Type of visualization. Available types depend on your Redash instance. Use get_query to see existing visualization types in use. | |
| name | Yes | Name of the visualization | |
| description | No | Description of the visualization | |
| 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. |