diff client/src/components/gauge/Waterlevel.vue @ 2642:ffef5f89b31c

client: waterlevel diagram: changed diagram title and y-axis label
author Markus Kottlaender <markus@intevation.de>
date Thu, 14 Mar 2019 12:40:52 +0100
parents a735119e4f5c
children 6374fc404fdc
line wrap: on
line diff
--- a/client/src/components/gauge/Waterlevel.vue	Thu Mar 14 12:36:35 2019 +0100
+++ b/client/src/components/gauge/Waterlevel.vue	Thu Mar 14 12:40:52 2019 +0100
@@ -171,7 +171,7 @@
         .call(xAxis);
       mainChart // label
         .append("text")
-        .text(this.$gettext("Waterlevels [cm]"))
+        .text(this.$gettext("Waterlevel [cm]"))
         .attr("text-anchor", "middle")
         .attr("transform", `translate(-45, ${mainHeight / 2}) rotate(-90)`);
       mainChart.append("g").call(yAxis);