Add documentation for graph Y axis limits options (#30665)

* Add documentation for historical charts Y axis limits options

* Fix spelling according to lint and for consistency.

* Revert statistics graph documentation change
This commit is contained in:
Maxim A 2024-01-30 20:18:51 -03:00 committed by GitHub
parent dbffb1f724
commit 75e89fc51e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,19 @@ logarithmic_scale:
description: If true, numerical values on the Y-axis will be displayed with a logarithmic scale.
type: boolean
default: false
min_y_axis:
required: false
description: Lower bound for the Y-axis range.
type: float
max_y_axis:
required: false
description: Upper bound for the Y-axis range.
type: float
fit_y_data:
required: false
description: If true, configured Y-axis bounds would automatically extend (but not shrink) to fit the data.
type: boolean
default: false
{% endconfiguration %}
### Options for entities