Skip to content

Commit

Permalink
Update chart.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
LKosoj committed Jun 26, 2022
1 parent 05b8de9 commit ad140c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/chart.htm
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
document.getElementById('PipeTemp').innerHTML = myObj.PipeTemp.toFixed(3);
document.getElementById('WaterTemp').innerHTML = myObj.WaterTemp.toFixed(3);
document.getElementById('TankTemp').innerHTML = myObj.TankTemp.toFixed(3);
document.getElementById('ACPTemp').innerHTML = myObj.ACPTemp.toFixed(3);
document.getElementById('VolumeAll').innerHTML = myObj.VolumeAll;
document.getElementById('ActualVolumePerHour').innerHTML = myObj.ActualVolumePerHour;
document.getElementById('WthdrwlProgress').innerHTML = myObj.WthdrwlProgress;
Expand Down

0 comments on commit ad140c1

Please sign in to comment.