From 120b9257577726cfc5066c5a1989c7e991433481 Mon Sep 17 00:00:00 2001 From: DominikBitzer Date: Mon, 16 Dec 2024 17:28:29 +0100 Subject: [PATCH] =?UTF-8?q?Update=20statistics-graph.markdown=20according?= =?UTF-8?q?=20to=20new=20y-axis=20limits=20funct=E2=80=A6=20(#35952)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_dashboards/statistics-graph.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_dashboards/statistics-graph.markdown b/source/_dashboards/statistics-graph.markdown index 52a69b301be..2a24180ab68 100644 --- a/source/_dashboards/statistics-graph.markdown +++ b/source/_dashboards/statistics-graph.markdown @@ -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