Update statistics-graph.markdown according to new y-axis limits funct… (#35952)

This commit is contained in:
DominikBitzer 2024-12-16 17:28:29 +01:00 committed by GitHub
parent 6ce83ee0b7
commit 120b925757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,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