Skip to content

Commit

Permalink
Fix clim initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Mar 21, 2024
1 parent b47e128 commit 2f490b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Index = () => {
const [display, setDisplay] = useState(true)
const [debug, setDebug] = useState(false)
const [opacity, setOpacity] = useState(1)
const [clim, setClim] = useState([2000, 3000])
const [clim, setClim] = useState([-20, 30])
const [month, setMonth] = useState(1)
const [band, setBand] = useState('sst')
const [colormapName, setColormapName] = useState('warm')
Expand Down

0 comments on commit 2f490b9

Please sign in to comment.