changeset 4886:fb46882fa08d

merge
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 03 Feb 2020 16:00:18 +0100
parents 558668c32949 (diff) de12c9af3abf (current diff)
children d5790fcb8df6
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/Fairwayprofile.vue	Mon Feb 03 15:02:49 2020 +0100
+++ b/client/src/components/fairway/Fairwayprofile.vue	Mon Feb 03 16:00:18 2020 +0100
@@ -655,8 +655,8 @@
         .scaleLinear()
         .domain([
           this.waterlevel -
-            (this.maxAlt * 100 + (this.waterlevel - this.refWaterlevel)),
-          this.waterlevel + this.maxAlt * 0.1 * 100
+            (this.maxAlt * 110 + (this.waterlevel - this.refWaterlevel)),
+          this.waterlevel + this.maxAlt * 10
         ])
         .rangeRound([height, 0]);