Fix light on power graph

This commit is contained in:
2021-05-29 10:22:27 -04:00
parent d8801cfc9b
commit 5ec0e56b6c

View File

@@ -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
} }
], ],