From 75e89fc51eb6fc98641b9a228fc79e0729266694 Mon Sep 17 00:00:00 2001 From: Maxim A Date: Tue, 30 Jan 2024 20:18:51 -0300 Subject: [PATCH] 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 --- source/_dashboards/history-graph.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_dashboards/history-graph.markdown b/source/_dashboards/history-graph.markdown index 924956d7cf2..48123e1cebd 100644 --- a/source/_dashboards/history-graph.markdown +++ b/source/_dashboards/history-graph.markdown @@ -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