mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-15 11:13:58 +00:00
fix: capitalize voltage unit 'v' to 'V' in VoltPlot y-axis label
Agent-Logs-Url: https://github.com/UtilitechAS/amsreader-firmware/sessions/742a66fe-8e10-467b-97c0-f54620131698 Co-authored-by: gskjold <4446828+gskjold@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6d65766908
commit
ba747250b3
@@ -42,7 +42,7 @@
|
||||
max: 260,
|
||||
ticks: [
|
||||
{ value: 207, label: '-10%' },
|
||||
{ value: 230, label: '230v' },
|
||||
{ value: 230, label: '230V' },
|
||||
{ value: 253, label: '+10%' }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user