Fixed volt and amp for some browsers

This commit is contained in:
Gunnar Skjold 2023-12-03 20:59:31 +01:00
parent 0e6abd0f18
commit 7239f295e8
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@
points.push(point(i3));
}
config = {
title: 'Amperage',
padding: { top: 20, right: 15, bottom: 20, left: 35 },
y: {
min: 0,

View File

@ -34,6 +34,7 @@
points.push(point(u3));
}
config = {
title: 'Voltage',
padding: { top: 20, right: 15, bottom: 20, left: 35 },
y: {
min: 200,