disable animation

This commit is contained in:
2019-06-30 23:58:39 +02:00
parent 4350dd5a2a
commit eeba2db6f9

View File

@@ -46,6 +46,11 @@ export default {
chart: {
styledMode: true
},
plotOptions: {
series: {
animation: false
}
},
xAxis: {
type: 'datetime'
},