set_series_color
Override a chart series color using a named color, hex string, or expression. Clear the color to revert to the palette. Returns confirmation of change.
Instructions
Write into a named series's block, overriding the chart palette for just that series. color accepts a named color ('Red'), a hex string ('#FF0000'), or an =expression. Pass '' to clear (series falls back to the palette). Returns {chart, series, kind, changed: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| color | Yes | ||
| chart_name | Yes | ||
| series_name | Yes |