瀏覽代碼

拉取代码111

maotao 2 月之前
父節點
當前提交
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 169
 					tooltip: {
170 170
 					    trigger: 'axis',
171 171
 					    axisPointer: {
172
-					      type: 'shadow'
172
+					      type: 'cross'
173 173
 					    }
174 174
 					  },
175 175
 						grid: {
176 176
 							top: '10%',
177
-							left: '0%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
-							right: '0%', // grid布局设置适当调整避免X轴文字只能部分显示
177
+							left: '2%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
+							right: '2%', // grid布局设置适当调整避免X轴文字只能部分显示
179 179
 							bottom: '2%',
180 180
 							containLabel: true,
181 181
 						},