changeset 2653:7fd47d9641ac

client: waterlevel diagram: made diagram a bit higher
author Markus Kottlaender <markus@intevation.de>
date Thu, 14 Mar 2019 15:03:49 +0100
parents a2dd96c305be
children 3c04c8e46bd4
files client/src/components/gauge/Waterlevel.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/gauge/Waterlevel.vue	Thu Mar 14 14:56:40 2019 +0100
+++ b/client/src/components/gauge/Waterlevel.vue	Thu Mar 14 15:03:49 2019 +0100
@@ -97,9 +97,9 @@
         .append("svg")
         .attr("width", "100%")
         .attr("height", "100%");
-      let mainMargin = { top: 50, right: 20, bottom: 110, left: 80 },
+      let mainMargin = { top: 20, right: 20, bottom: 110, left: 80 },
         navMargin = {
-          top: svgHeight - mainMargin.top - 35,
+          top: svgHeight - mainMargin.top - 65,
           right: 20,
           bottom: 30,
           left: 80