diff client/src/components/fairway/AvailableFairwayDepth.vue @ 3235:0c5a28ffe9ee

available_fairway_depth: flexible layouting options
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 10 May 2019 10:49:37 +0200
parents ee6a4e8af766
children a7d44d1ae57d
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepth.vue	Fri May 10 10:35:39 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepth.vue	Fri May 10 10:49:37 2019 +0200
@@ -100,7 +100,9 @@
       this.$store.commit("application/paneSetup", "DEFAULT");
     },
     drawDiagram() {
-      this.dimensions = this.getDimensions();
+      this.dimensions = this.getDimensions({
+        main: { top: 20, right: 20, bottom: 110, left: 200 }
+      });
       this.yScale = d3
         .scaleLinear()
         .domain([-33, 33])