소스 검색

no message

DESKTOP-GBVU60Q\dell 2 년 전
부모
커밋
4ca9ca428e
1개의 변경된 파일16개의 추가작업 그리고 7개의 파일을 삭제
  1. 16 7
      src/views/test/components/cqzrqs.vue

+ 16 - 7
src/views/test/components/cqzrqs.vue

@@ -43,9 +43,9 @@
 							color: "rgba(255,225,255,1)"
 						},
 						icon: "path://M512 881.777778 512 881.777778C716.222629 881.777778 881.777778 716.222629 881.777778 512 881.777778 307.777371 716.222629 142.222222 512 142.222222 307.777373 142.222222 142.222222 307.777371 142.222222 512 142.222222 716.222629 307.777373 881.777778 512 881.777778L512 881.777778ZM512 1024 512 1024C229.230208 1024 0 794.769789 0 512 0 229.230211 229.230208 0 512 0 794.769789 0 1024 229.230211 1024 512 1024 794.769789 794.769789 1024 512 1024L512 1024Z",
-						itemWidth: 8, // 设置宽度
-						itemHeight: 8, // 设置高度、
-						itemGap: 12 // 设置间距
+						itemWidth: 16, // 设置宽度
+						itemHeight: 16, // 设置高度、
+						itemGap: 24 // 设置间距
 					},
 					tooltip: {
 						show: true,
@@ -54,6 +54,12 @@
 						borderColor: "rgba(0, 151, 251, 1)",
 						borderWidth: 1,
 						borderRadius: 0,
+						axisPointer: {
+							type: 'cross',
+							label: {
+								backgroundColor: '#6a7985'
+							}
+						},
 						textStyle: {
 							color: "#BCE9FC",
 							fontSize: 16,
@@ -87,9 +93,9 @@
 						},
 						axisLine: {
 							//坐标轴轴线相关设置
-							// lineStyle: {
-							// 	color: "rgba(77, 128, 254, 0.2)"
-							// }
+							lineStyle: {
+								color: "rgba(255,225,255,1)"
+							}
 						},
 						splitLine: {
 							//坐标轴在 grid 区域中的分隔线。
@@ -110,7 +116,10 @@
 							}
 						},
 						axisLine: {
-							show: true
+							show: true,
+							lineStyle: {
+								color: "rgba(255,225,255,1)"
+							}
 						},
 						axisTick: {
 							show: true