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