소스 검색

调整折线图展示

seimin 1 개월 전
부모
커밋
edf314d334

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

@@ -175,7 +175,7 @@ export class DistributionSynthesizeStatisticsComponent implements OnInit {
175
 						grid: {
175
 						grid: {
176
 							top: '10%',
176
 							top: '10%',
177
 							left: '0%',  // grid布局设置适当调整避免X轴文字只能部分显示
177
 							left: '0%',  // grid布局设置适当调整避免X轴文字只能部分显示
178
-							right: '0%', // grid布局设置适当调整避免X轴文字只能部分显示
178
+							right: 20, // grid布局设置适当调整避免X轴文字只能部分显示
179
 							bottom: '2%',
179
 							bottom: '2%',
180
 							containLabel: true,
180
 							containLabel: true,
181
 						},
181
 						},