From eeba2db6f9ccdd4d47ffdfda411d1c21681fdbd9 Mon Sep 17 00:00:00 2001 From: Marco Crapts Date: Sun, 30 Jun 2019 23:58:39 +0200 Subject: [PATCH] disable animation --- src/components/Chart.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Chart.vue b/src/components/Chart.vue index ff958e8..ea3244a 100644 --- a/src/components/Chart.vue +++ b/src/components/Chart.vue @@ -46,6 +46,11 @@ export default { chart: { styledMode: true }, + plotOptions: { + series: { + animation: false + } + }, xAxis: { type: 'datetime' },