changeset 4150:40bd6854a294

waterlevel_diagram: make dot initially invisible
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 02 Aug 2019 11:53:20 +0200
parents f543f9d4a0b5
children d12c2f4d3483
files client/src/components/gauge/Waterlevel.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/gauge/Waterlevel.vue	Fri Aug 02 11:46:30 2019 +0200
+++ b/client/src/components/gauge/Waterlevel.vue	Fri Aug 02 11:53:20 2019 +0200
@@ -943,6 +943,7 @@
         .attr("class", "chart-dots")
         .append("circle")
         .attr("class", "chart-dot")
+        .attr("opacity", 0)
         .attr("r", 4);
 
       // create container for the tooltip