mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
HTML: Fix constant value temperature curve.
When temperature is constant the temperature curve is stuck at the top of the profile view. Maximum temperature value is set to 50 degrees C. This will always put the curve in the right place. Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7e45d93123
commit
979ea564a0
1 changed files with 1 additions and 0 deletions
|
@ -1038,6 +1038,7 @@ function canvas_draw()
|
|||
},
|
||||
y3axis : {
|
||||
padMax : 3.05,
|
||||
max : 50,
|
||||
tickOptions: {
|
||||
showGridline: false,
|
||||
showMark: false,
|
||||
|
|
Loading…
Reference in a new issue