From 21272afab13887e35b391b2b94f5802b088a7d10 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 11 Sep 2024 12:34:55 +1200 Subject: [PATCH] adjust range of pressure chart scale --- src/public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',