# HG changeset patch # User Fadi Abbud # Date 1556623972 -7200 # Node ID f34277674926f517bf6330f492b15a14ffbebe8d # Parent 1a1ec4c98c98d5236d87c88893bd190ae5afec19 client: fix style for waterlevel diagram diff -r 1a1ec4c98c98 -r f34277674926 client/src/components/gauge/Waterlevel.vue --- 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)