Update screenshot and remove double minus sign
parent
ed5fb8aee8
commit
ac74ec2818
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.7 KiB |
|
|
@ -262,7 +262,7 @@ function draw() {
|
||||||
if (threeHourAvrPressure != undefined) {
|
if (threeHourAvrPressure != undefined) {
|
||||||
if (medianPressure != undefined) {
|
if (medianPressure != undefined) {
|
||||||
const diff = Math.round(medianPressure - threeHourAvrPressure);
|
const diff = Math.round(medianPressure - threeHourAvrPressure);
|
||||||
g.drawString((diff > 0 ? "+" : "-") + diff, x + 24, y + 6 + 10);
|
g.drawString((diff > 0 ? "+" : "") + diff, x + 24, y + 6 + 10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue