refine_chart
Modify an existing chart by providing its ID and describing changes, such as updating colors or titles.
Instructions
Modify an existing chart. Provide the chart ID from a previous generation and describe what to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chartId | Yes | The chart ID from a previous generate_chart call | |
| modification | Yes | What to change about the chart, e.g. 'make the bars blue', 'add a title', 'remove the legend' |