|
@@ -391,7 +391,7 @@ export default {
|
|
|
pixelRatio: _self.pixelRatio,
|
|
|
categories: chartData.categories,
|
|
|
series: chartData.series,
|
|
|
- animation: true,
|
|
|
+ animation: false,
|
|
|
xAxis: {
|
|
|
type: 'grid',
|
|
|
gridColor: 'silver',
|
|
@@ -487,7 +487,7 @@ export default {
|
|
|
fontSize: 6,
|
|
|
background: '#242424',
|
|
|
pixelRatio: _self.pixelRatio,
|
|
|
- animation: true,
|
|
|
+ animation: false,
|
|
|
categories: chartData.categories,
|
|
|
series: chartData.series,
|
|
|
|