superset_chart_update
Modify existing chart properties and visualization settings in Apache Superset through API requests to update slice names, descriptions, chart types, and parameters.
Instructions
Update an existing chart
Makes a request to the /api/v1/chart/{id} PUT endpoint to update chart properties and visualization settings.
Args: chart_id: ID of the chart to update data: Data to update, can include slice_name, description, viz_type, params, etc.
Returns: A dictionary with the updated chart information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes | ||
| data | Yes |