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