Adjust Y-axis scaling for power: Update step from 150W to 160W

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-09-08 17:09:48 +09:00
parent 8873778e31
commit 0bae914cc7

View File

@@ -19,7 +19,7 @@ export const charts = {
// Configuration for dynamic, step-wise Y-axis scaling
const scaleConfig = {
power: {steps: [5, 20, 50, 150]}, // in Watts
power: {steps: [5, 20, 50, 160]}, // in Watts
voltage: {steps: [5, 10, 15, 25]}, // in Volts
current: {steps: [1, 2.5, 5, 10]} // in Amps
};