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

View File

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