GNS-Science / kororaa

Kororaa - the public web UI of NSHM project.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Kororaa Fix: UHS curve doesn't obey min value setting in Linear mode. #424

Closed chrisdicaprio closed 11 months ago

chrisdicaprio commented 11 months ago

With settings that should make the lowest value=0 on the X scale but still it looks like 0.1. & the first plotted point is off the left edge of the chart.

env.local settings:

#Spectral chart
REACT_APP_SA_PERIODMAX=6
REACT_APP_SA_PERIODMIN=0
REACT_APP_SA_GMAX=auto
REACT_APP_SA_GMIN=0.01
REACT_APP_SA_PERIODMAX_LOG=6
REACT_APP_SA_PERIODMIN_LOG=0.001

Image