mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-05-02 03:22:57 +02:00
Merge pull request #23 from fifieldt/new-voltage-minimum
Set voltageChart min y-value to 2V
This commit is contained in:
@@ -1755,7 +1755,7 @@
|
||||
},
|
||||
y: {
|
||||
display: false, // Hide y-axis labels
|
||||
min: 0,
|
||||
min: 2,
|
||||
max: 5,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user