changeset 3132:f34277674926

client: fix style for waterlevel diagram
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 30 Apr 2019 13:32:52 +0200
parents 1a1ec4c98c98
children 7b4092b6b51a
files client/src/components/gauge/Waterlevel.vue
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/gauge/Waterlevel.vue	Mon Apr 29 18:16:51 2019 +0200
+++ b/client/src/components/gauge/Waterlevel.vue	Tue Apr 30 13:32:52 2019 +0200
@@ -319,9 +319,7 @@
         .attr("fill", "steelblue")
         .attr("fill-opacity", 0.2)
         .attr("clip-path", "url(#clip)");
-
       this.svg
-
         .selectAll("path.nash-sutcliffe")
         .attr("fill", "none")
         .attr("stroke", "black")
@@ -336,8 +334,7 @@
         .attr("clip-path", "url(#clip)")
         .selectAll("tspan:last-child")
         .style("font-size", "9px")
-        .attr(" fill", "#777");
-
+        .attr("fill", "#777");
       this.svg
         .selectAll(".tick line")
         .attr("stroke-dasharray", 5)