set_axis
Configure chart axes: toggle axis visibility and title, set value-axis start/end, display units, and gridlines for x or y axes.
Instructions
Configure a chart axis. axis = x (category) or y (value): toggle the axis and its title, set the value-axis start/end, display units (None|Thousands|Millions|Billions|Auto), and gridlines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | value-axis max | |
| axis | No | x (category) | y (value) | y |
| show | No | ||
| start | No | value-axis min | |
| pageName | Yes | ||
| gridlines | No | ||
| showTitle | No | show the axis title | |
| visualName | Yes | ||
| displayUnits | No | None|Thousands|Millions|Billions|Auto | |
| reportSessionId | Yes |