update_chart_visualization
Update visualization options for a Redash chart, merging new settings with existing configuration.
Instructions
Update chart-specific visualization options and merge them with the current Redash chart config by default
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the visualization | |
| type | No | Type of visualization | |
| sortX | No | Sort the X axis | |
| sortY | No | Sort heatmap values | |
| xAxis | No | X axis settings | |
| yAxis | No | Y axis settings | |
| legend | No | Legend settings | |
| series | No | Series-wide chart settings | |
| error_y | No | Error bar settings | |
| piesort | No | Sort pie slices | |
| reverseY | No | Reverse heatmap order | |
| sizemode | No | Bubble size mode | |
| direction | No | Pie chart direction settings | |
| lineShape | No | Line interpolation | |
| enableLink | No | Enable click-through links | |
| linkFormat | No | Click-through URL template | |
| showpoints | No | Show all points for box charts | |
| textFormat | No | Data label template | |
| coefficient | No | Bubble size coefficient | |
| description | No | Description of the visualization | |
| swappedAxes | No | Swap the chart axes | |
| chartOptions | No | Raw Redash chart options to merge into the payload | |
| color_scheme | No | Color palette name | |
| numberFormat | No | Number format | |
| columnMapping | No | Column mappings such as x, y, and series | |
| percentFormat | No | Percent format | |
| seriesOptions | No | Per-series settings keyed by series name | |
| valuesOptions | No | Per-value settings | |
| dateTimeFormat | No | Date/time format | |
| linkOpenNewTab | No | Open click-through links in a new tab | |
| replaceOptions | No | Replace the entire options payload instead of merging with the current config | |
| showDataLabels | No | Toggle data labels | |
| visualizationId | Yes | ID of the visualization to update | |
| alignYAxesAtZero | No | Align left and right Y axes at zero | |
| globalSeriesType | No | Chart type | |
| missingValuesAsZero | No | Convert missing values to zero |