mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-16 10:58:32 -05:00
Fix light on power graph
This commit is contained in:
@@ -147,13 +147,11 @@ export class PowerChartsComponent implements OnInit {
|
|||||||
{
|
{
|
||||||
visible: true,
|
visible: true,
|
||||||
labels: {
|
labels: {
|
||||||
format: '{value:.2f}%'
|
format: '{value} lx'
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
text: 'Light'
|
text: 'Light'
|
||||||
},
|
},
|
||||||
min: 0,
|
|
||||||
max: 100,
|
|
||||||
opposite: true
|
opposite: true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user