Docs: update heatmap panel options (#71058)

Added some heatmap panel configuration options which were missing from the docs
This commit is contained in:
prenzlern 2023-07-06 03:43:54 +10:00 committed by GitHub
parent ab09c9efc7
commit bdf60d69de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ Select one of the following Y-axis value scales:
- **linear -** Linear scale.
- **log (base 2) -** Logarithmic scale with base 2.
- **log (base 10) -** Logarithmic scale with base 10.
- **symlog -** Symlog scale.
## Y Axes
@ -61,6 +62,14 @@ This setting determines decimal configuration.
This setting configures the axis range.
### Axis width
This setting configures the width for the axis.
### Axis value
This setting configures the axis value.
### Reverse
When selected, the axis appears in reverse order.