mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user