From 424254018771d22cca8f0a21d2573e29152a92f3 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 20 Feb 2023 13:37:59 +0100 Subject: [PATCH] Add option to hide legend on statistic graph card (#26313) --- source/_dashboards/statistics-graph.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_dashboards/statistics-graph.markdown b/source/_dashboards/statistics-graph.markdown index e3409b6215c..dcbc5111916 100644 --- a/source/_dashboards/statistics-graph.markdown +++ b/source/_dashboards/statistics-graph.markdown @@ -59,6 +59,11 @@ period: required: false description: The period of the rendered graph. `5minute`, `hour`, `day` or `month` type: string +hide_legend: + required: false + description: If true, the legend will be hidden. + type: boolean + default: false {% endconfiguration %} ### Options For Entities