Skip to content

Commit 8bbd7a6

Browse files
authored
Add min and max values for hardware graphs (#27649)
1 parent 5c73a06 commit 8bbd7a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/panels/config/hardware/ha-config-hardware.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ class HaConfigHardware extends SubscribeMixin(LitElement) {
153153
},
154154
yAxis: {
155155
type: "value",
156+
min: 0,
157+
max: 100,
156158
splitLine: {
157159
show: true,
158160
},

0 commit comments

Comments
 (0)