소스 검색

no message

DESKTOP-GBVU60Q\dell 2 년 전
부모
커밋
e67e5cdd96
1개의 변경된 파일21개의 추가작업 그리고 1개의 파일을 삭제
  1. 21 1
      src/views/Map3d/components/qtnhzb.vue

+ 21 - 1
src/views/Map3d/components/qtnhzb.vue

@@ -94,6 +94,13 @@
 								color: "rgba(255,225,255,1)",
 							},
 						},
+						splitLine: {
+							show: false,
+							lineStyle: {
+								type: 'dashed',
+								color: '#113d5e'
+							}
+						},
 
 					},
 					{
@@ -107,6 +114,13 @@
 								color: "rgba(255,225,255,1)",
 							},
 						},
+						splitLine: {
+							show: true,
+							lineStyle: {
+								type: 'dashed',
+								color: '#113d5e'
+							}
+						},
 					}
 				],
 				yAxis: [{
@@ -127,7 +141,10 @@
 						nameGap: 25,
 						max: 30,
 						min: 0,
-						boundaryGap: [0.2, 0.2]
+						boundaryGap: [0.2, 0.2],
+						splitLine: {
+							show: false,
+						},
 					},
 					{
 						type: 'value',
@@ -148,6 +165,9 @@
 								color: "rgba(255,225,255,1)",
 							},
 						},
+						splitLine: {
+							show: false,
+						},
 					}
 				],
 				series: [{