changeset 3903:7e519a11de4e

client: available fairway depth diagram: adjusted position of y axis label
author Markus Kottlaender <markus@intevation.de>
date Wed, 10 Jul 2019 16:21:42 +0200
parents 0149b68a4f7e
children 4b5c4007fc5d
files client/src/components/fairway/AvailableFairwayDepth.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepth.vue	Wed Jul 10 16:15:27 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepth.vue	Wed Jul 10 16:21:42 2019 +0200
@@ -552,7 +552,7 @@
         .attr("text-anchor", "middle")
         .attr("x", 0)
         .attr("y", 0)
-        .attr("dy", "10")
+        .attr("dy", "20")
         .attr(
           "transform",
           `translate(2, ${(this.dimensions.mainHeight + this.paddingTop) /