update_chart
Update a previously published chart by modifying its Plotly specification, title, insight, or narration. Only the original creator can make changes.
Instructions
Update an existing chart you own. Only the API key that created the chart can update it. Use this to modify the Plotly spec, title, or insight of a previously published chart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chart_id | Yes | The chart ID or slug returned by publish_chart | |
| plotly_spec | Yes | Updated Plotly specification with traces and layout | |
| title | No | Updated chart title | |
| insight | No | Updated insight text with verified numbers | |
| narration | No | Updated analysis description |