Pārlūkot izejas kodu

拉取代码111

maotao 2 mēneši atpakaļ
vecāks
revīzija
c30655d6f8

+ 3 - 3
src/app/views/new-statistics/distribution-inspection-statistics/distribution-synthesize-statistics/distribution-synthesize-statistics.component.ts

@@ -169,13 +169,13 @@ export class DistributionSynthesizeStatisticsComponent implements OnInit {
169
 					tooltip: {
169
 					tooltip: {
170
 					    trigger: 'axis',
170
 					    trigger: 'axis',
171
 					    axisPointer: {
171
 					    axisPointer: {
172
-					      type: 'shadow'
172
+					      type: 'cross'
173
 					    }
173
 					    }
174
 					  },
174
 					  },
175
 						grid: {
175
 						grid: {
176
 							top: '10%',
176
 							top: '10%',
177
-							left: '0%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
-							right: '0%', // grid布局设置适当调整避免X轴文字只能部分显示
177
+							left: '2%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
+							right: '2%', // grid布局设置适当调整避免X轴文字只能部分显示
179
 							bottom: '2%',
179
 							bottom: '2%',
180
 							containLabel: true,
180
 							containLabel: true,
181
 						},
181
 						},