changeset 3110:8db113582f64

client: remove unnecessary css classes for waterlevel diagram
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 26 Apr 2019 09:36:49 +0200
parents 973312bb77c6
children f269bd001e78
files client/src/components/gauge/Waterlevel.vue
diffstat 1 files changed, 0 insertions(+), 96 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/gauge/Waterlevel.vue	Thu Apr 25 18:39:02 2019 +0200
+++ b/client/src/components/gauge/Waterlevel.vue	Fri Apr 26 09:36:49 2019 +0200
@@ -35,102 +35,6 @@
   </div>
 </template>
 
-<style lang="sass" scoped>
-.diagram-container
-  /deep/
-    .line
-      clip-path: url(#clip)
-      path
-        stroke: steelblue
-        stroke-width: 2
-        fill: none
-        &.d3-line-chunked-chunk-gap
-          stroke-opacity: 0
-      circle
-        stroke-width: 0
-        fill: steelblue
-        &.d3-line-chunked-chunk-predicted-point
-          fill-opacity: 0.6
-
-    .hdc-line,
-    .ldc-line,
-    .mw-line
-      stroke-width: 1
-      fill: none
-      clip-path: url(#clip)
-    .hdc-line
-      stroke: red
-    .ldc-line
-      stroke: green
-    .mw-line
-      stroke: grey
-    .ref-waterlevel-label
-      font-size: 11px
-      fill: #999
-    .hdc-ldc-area
-      fill: rgba(0, 255, 0, 0.1)
-    .now-line
-      stroke: #999
-      stroke-width: 1
-      stroke-dasharray: 5, 5
-      clip-path: url(#clip)
-    .now-line-label
-      font-size: 11px
-      fill: #999
-    .prediction-area
-      fill: steelblue
-      fill-opacity: 0.2
-      clip-path: url(#clip)
-
-    path.nash-sutcliffe
-      fill: none
-      stroke: black
-      stroke-width: 1
-      clip-path: url(#clip)
-      &.ns72
-        fill: rgba(0, 0, 0, 0.05)
-    text.nash-sutcliffe
-      font-size: 10px
-      clip-path: url(#clip)
-      tspan:last-child
-        font-size: 9px
-        fill: #777
-
-    .tick
-      line
-        stroke-dasharray: 5
-        stroke: #ccc
-    .zoom
-      cursor: move
-      fill: none
-      pointer-events: all
-    .brush
-      .selection
-        stroke: none
-        fill-opacity: 0.2
-      .handle
-        stroke: rgba($color-info, 0.5)
-        fill: rgba($color-info, 0.5)
-
-    .chart-dots
-      clip-path: url(#clip)
-      .chart-dot
-        fill: steelblue
-        stroke: steelblue
-        pointer-events: none
-        opacity: 0
-        transition: opacity 0.1s
-    .chart-tooltip
-      opacity: 0
-      transition: opacity 0.3s
-      rect
-        fill: #fff
-        stroke: #ccc
-      text
-        fill: #666
-        font-size: 0.8em
-</style>
-
 <script>
 /* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.