Skip to content

Commit

Permalink
adjust range of pressure chart scale
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle authored and KomelT committed Sep 17, 2024
1 parent ebd086d commit 58f96e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3331,10 +3331,10 @@ <h2 class="font-bold">
max: 100,
},
y1: {
min: 0,
max: 2000,
min: 800,
max: 1100,
ticks: {
stepSize: 100,
stepSize: 10,
callback: (label) => `${label} hPa`,
},
position: "right",
Expand Down

0 comments on commit 58f96e1

Please sign in to comment.