diff --git a/src/public/index.html b/src/public/index.html index 844de5c..93888ab 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2264,10 +2264,10 @@ max: 100, }, y1: { - min: 0, - max: 2000, + min: 800, + max: 1100, ticks: { - stepSize: 100, + stepSize: 10, callback: (label) => `${label} hPa`, }, position: 'right',