changeset 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 32b656e77e2f
children 2efda3391fa8
files client/src/components/gauge/HydrologicalConditions.vue
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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);
   }