mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add option to hide legend on statistic graph card (#26313)
This commit is contained in:
parent
4ecc938470
commit
4242540187
@ -59,6 +59,11 @@ period:
|
|||||||
required: false
|
required: false
|
||||||
description: The period of the rendered graph. `5minute`, `hour`, `day` or `month`
|
description: The period of the rendered graph. `5minute`, `hour`, `day` or `month`
|
||||||
type: string
|
type: string
|
||||||
|
hide_legend:
|
||||||
|
required: false
|
||||||
|
description: If true, the legend will be hidden.
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Options For Entities
|
### Options For Entities
|
||||||
|
Loading…
x
Reference in New Issue
Block a user