mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Fixed volt and amp for some browsers
This commit is contained in:
parent
0e6abd0f18
commit
7239f295e8
@ -37,6 +37,7 @@
|
||||
points.push(point(i3));
|
||||
}
|
||||
config = {
|
||||
title: 'Amperage',
|
||||
padding: { top: 20, right: 15, bottom: 20, left: 35 },
|
||||
y: {
|
||||
min: 0,
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
points.push(point(u3));
|
||||
}
|
||||
config = {
|
||||
title: 'Voltage',
|
||||
padding: { top: 20, right: 15, bottom: 20, left: 35 },
|
||||
y: {
|
||||
min: 200,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user