Merge pull request #23 from fifieldt/new-voltage-minimum

Set voltageChart min y-value to 2V
This commit is contained in:
Liam Cottle 2024-05-08 18:25:29 +12:00 committed by GitHub
commit 3348e7a326
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1755,7 +1755,7 @@
},
y: {
display: false, // Hide y-axis labels
min: 0,
min: 2,
max: 5,
},
},