diff client/src/components/gauge/HydrologicalConditions.vue @ 3923:50a0b6d3b032

client: hydrological cond diagram: removed updated hook to prevent unintended re-drawing of diagram
author Markus Kottlaender <markus@intevation.de>
date Thu, 11 Jul 2019 16:18:25 +0200
parents f7f09f32d6e0
children 03f37e64701c
line wrap: on
line diff
--- a/client/src/components/gauge/HydrologicalConditions.vue	Thu Jul 11 16:15:02 2019 +0200
+++ b/client/src/components/gauge/HydrologicalConditions.vue	Thu Jul 11 16:18:25 2019 +0200
@@ -1067,9 +1067,6 @@
         });
       });
   },
-  updated() {
-    this.drawDiagram();
-  },
   destroyed() {
     window.removeEventListener("resize", this.resizeListenerFunction);
   }