adjust range of pressure chart scale
This commit is contained in:
parent
2cd6e570eb
commit
21272afab1
1 changed files with 3 additions and 3 deletions
|
|
@ -2264,10 +2264,10 @@
|
||||||
max: 100,
|
max: 100,
|
||||||
},
|
},
|
||||||
y1: {
|
y1: {
|
||||||
min: 0,
|
min: 800,
|
||||||
max: 2000,
|
max: 1100,
|
||||||
ticks: {
|
ticks: {
|
||||||
stepSize: 100,
|
stepSize: 10,
|
||||||
callback: (label) => `${label} hPa`,
|
callback: (label) => `${label} hPa`,
|
||||||
},
|
},
|
||||||
position: 'right',
|
position: 'right',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue