Update statistics-graph.markdown (#26153)

This commit is contained in:
PatrickGlesner 2023-02-19 19:06:01 +01:00 committed by GitHub
parent e9ed8e1c61
commit 0bcba11aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}