remove_chart_series
Removes a named series from a chart. Prevents removal of the last series to avoid breaking the chart; use remove_body_item instead.
Instructions
Remove a named from a chart. Refuses to remove the last remaining series (use remove_body_item to drop the whole chart instead). Returns {chart, removed, remaining}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| chart_name | Yes | ||
| series_name | Yes |