From 0bcba11aaa16e366c5a9a95348a4da4eedf032ab Mon Sep 17 00:00:00 2001 From: PatrickGlesner <34370149+PatrickGlesner@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:06:01 +0100 Subject: [PATCH] Update statistics-graph.markdown (#26153) --- source/_dashboards/statistics-graph.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_dashboards/statistics-graph.markdown b/source/_dashboards/statistics-graph.markdown index e3409b6215c..a02ef2f1e73 100644 --- a/source/_dashboards/statistics-graph.markdown +++ b/source/_dashboards/statistics-graph.markdown @@ -49,7 +49,7 @@ chart_type: type: string stat_types: required: false - description: The statistics types to render. `min`, `max`, `mean`, `sum`, `state` + description: The statistics types to render. `min`, `max`, `mean`, `sum`, `state`, `change` type: list title: required: false @@ -57,7 +57,7 @@ title: type: string period: required: false - description: The period of the rendered graph. `5minute`, `hour`, `day` or `month` + description: The period of the rendered graph. `5minute`, `hour`, `day`, `week` or `month` type: string {% endconfiguration %}