disable animation
This commit is contained in:
@@ -46,6 +46,11 @@ export default {
|
|||||||
chart: {
|
chart: {
|
||||||
styledMode: true
|
styledMode: true
|
||||||
},
|
},
|
||||||
|
plotOptions: {
|
||||||
|
series: {
|
||||||
|
animation: false
|
||||||
|
}
|
||||||
|
},
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'datetime'
|
type: 'datetime'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user