Browse Source

首页详情抖动

zhaomiao 4 years ago
parent
commit
932346da6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/detail/Detail.vue

+ 2 - 2
components/detail/Detail.vue

@@ -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,