diff --git a/src/components/events/Chart.vue b/src/components/events/Chart.vue index 7939f39ac..3804f802f 100644 --- a/src/components/events/Chart.vue +++ b/src/components/events/Chart.vue @@ -44,7 +44,7 @@ class="chart__body-polyline" fill="none" :stroke="maxValue === minValue ? 'rgba(61, 133, 210, 0.22)' : 'url(#chart)'" - stroke-width="2.5" + stroke-width="2" :points="polylinePoints" /> @@ -350,13 +350,10 @@ export default Vue.extend({ flex-grow: 2; polyline { - animation: line-in 1.5s ease-in forwards; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; shape-rendering: geometricPrecision; - stroke-dashoffset: 200%; - stroke-dasharray: 200%; } } @@ -437,12 +434,6 @@ export default Vue.extend({ } } - @keyframes line-in { - to { - stroke-dashoffset: 0; - } - } - @keyframes pointer-in { from { opacity: 0;