diff client/src/components/fairway/AvailableFairwayDepthLNWL.vue @ 3463:6f4dad7473d7

afdLNWL: basical usage of classbreaks
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 27 May 2019 09:57:54 +0200
parents b43cf476d791
children dfa97aad1134
line wrap: on
line diff
--- a/client/src/components/fairway/AvailableFairwayDepthLNWL.vue	Mon May 27 09:33:05 2019 +0200
+++ b/client/src/components/fairway/AvailableFairwayDepthLNWL.vue	Mon May 27 09:57:54 2019 +0200
@@ -571,7 +571,7 @@
           return this.yScale(d);
         })
         .attr("width", this.ldcWidth)
-        .attr("fill", d => {
+        .attr("fill", () => {
           return this.$options.LWNLCOLORS.LDC;
         });
     },