mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
adjust range of pressure chart scale
This commit is contained in:
@@ -2264,10 +2264,10 @@
|
||||
max: 100,
|
||||
},
|
||||
y1: {
|
||||
min: 0,
|
||||
max: 2000,
|
||||
min: 800,
|
||||
max: 1100,
|
||||
ticks: {
|
||||
stepSize: 100,
|
||||
stepSize: 10,
|
||||
callback: (label) => `${label} hPa`,
|
||||
},
|
||||
position: 'right',
|
||||
|
||||
Reference in New Issue
Block a user