Skip to content

Commit e315394

Browse files
authored
Add bar gauge card feature docs (#40495)
1 parent ac877e4 commit e315394

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

source/dashboards/features.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,27 @@ modes:
9696
type: list
9797
{% endconfiguration %}
9898

99+
## Bar gauge
100+
101+
Widget that displays the state of a numeric [sensor](/integrations/sensor), with unit of measurement %, as a horizontal bar.
102+
103+
<p class='img'>
104+
<img src='/images/dashboards/features/bar-gauge.png' alt='Screenshot of the tile card with the bar gauge feature'>
105+
Screenshots of the tile card with the bar gauge feature
106+
</p>
107+
108+
```yaml
109+
features:
110+
- type: "bar-gauge"
111+
```
112+
113+
{% configuration features %}
114+
type:
115+
required: true
116+
description: "`bar-gauge`"
117+
type: string
118+
{% endconfiguration %}
119+
99120
## Button
100121

101122
Widget that displays buttons to control [button](/integrations/button) or [script](/integrations/script).
9.63 KB
Loading

0 commit comments

Comments
 (0)