diff client/src/components/Maplayer.vue @ 573:03c15abb8372

fix: Minor adjustments to waterlevel scale
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 05 Sep 2018 16:30:12 +0200
parents 59b22dc924c8
children fb5d9d5ff320
line wrap: on
line diff
--- a/client/src/components/Maplayer.vue	Wed Sep 05 16:14:06 2018 +0200
+++ b/client/src/components/Maplayer.vue	Wed Sep 05 16:30:12 2018 +0200
@@ -13,7 +13,7 @@
       </div>
     </div>
     <div class="profile d-flex flex-row">
-      <Fairwayprofile height="300" width="1024" :xScale="[0, 300]" :yScaleLeft="[191, 199]" :yScaleRight="[-6, 6]" :margin="{ top: 20, right: 40, bottom: 20, left: 40 }"></Fairwayprofile>
+      <Fairwayprofile height="300" width="1024" :xScale="[0, 300]" :yScaleLeft="[191, 199]" :yScaleRight="[-6, 1]" :margin="{ top: 20, right: 40, bottom: 20, left: 40 }"></Fairwayprofile>
     </div>
   </div>
 </template>