docs/sources/shared/visualizations/axis-options-2.md
Options under the Axis section control how the x- and y-axes are rendered. Some options don't take effect until you click outside of the field option box you're editing. You can also press Enter.
| Option | Description |
|---|---|
| Placement | Select the placement of the y-axis. Choose from: Auto, Left, Right, and Hidden. |
| Label | Set a y-axis text label. If you have more than one y-axis, then you can assign different labels using an override. |
| Width | Set a fixed width for the axis. By default, Grafana dynamically calculates the width of an axis. |
| Show grid lines | Set the axis grid line visibility. Choose from: Auto, On, and Off. |
| Color | Set the color of the axis. Choose from:<ul><li>Text - Uses panel text color.</li><li>Series - Uses the colors of the series.</li></ul> |
| Show border | Set the axis border visibility. |
| Scale | Set the y-axis values scale. Choose from: Linear, Logarithmic, and Symlog. |
| Centered zero | Set the y-axis so it's centered on zero. Applies to the Linear or Symlog scale options. |
| Soft min | Set a soft min to better control the y-axis limits. |
| Soft max | Set a soft max to better control the y-axis limits. |
Select the placement of the y-axis. Choose from the following:
Set the y-axis values scale. Choose from:
Set a Soft min or soft max option for better control of y-axis limits. By default, Grafana sets the range for the y-axis automatically based on the dataset.
Soft min and soft max settings can prevent small variations in the data from being magnified when it's mostly flat. In contrast, hard min and max values help prevent obscuring useful detail in the data by clipping intermittent spikes past a specific point.
To define hard limits of the y-axis, set standard min/max options. For more information, refer to Configure standard options. The following examples shows how this option works in a time series visualization: