Bläddra i källkod

字体样式修改

DESKTOP-UBHTENK\admin 2 år sedan
förälder
incheckning
ec6e4cbb82
1 ändrade filer med 16 tillägg och 2 borttagningar
  1. 16 2
      src/views/Map3d/components/nhtbtj.vue

+ 16 - 2
src/views/Map3d/components/nhtbtj.vue

@@ -76,10 +76,24 @@
 					xAxis: {
 						type: 'category',
 						boundaryGap: false,
-						data: ['一月', '二月', '三月', '四月', '五月', '六月']
+						data: ['一月', '二月', '三月', '四月', '五月', '六月'],
+						axisLabel: {
+							//x轴文字的配置
+							show: true,
+							textStyle: {
+								color: "rgba(255,225,255,1)",
+							},
+						},
 					},
 					yAxis: {
-						type: 'value'
+						type: 'value',
+						axisLabel: {
+							//x轴文字的配置
+							show: true,
+							textStyle: {
+								color: "rgba(255,225,255,1)",
+							},
+						},
 					},
 					series: [{
 							name: '上年(kw/h)',