diff --git a/index.html b/index.html
index 8ac62d569341511d735e3c542109d1c31484acbb..141e9f2325e701a96bd1dcac2e38f77ff6b03d2d 100644
--- a/index.html
+++ b/index.html
@@ -9,12 +9,12 @@
csdn 用户快捷查分改文
-
+ -->
diff --git a/src/components/GameChart.vue b/src/components/GameChart.vue
index 5fa5bc93f8ef311c49de8f6627d90ecadbf48139..a22b7d0a03e39db8b0f2570984b8d60a0172a4ae 100644
--- a/src/components/GameChart.vue
+++ b/src/components/GameChart.vue
@@ -16,18 +16,22 @@
- 参赛报名人数:{{ state.totlaNum }}
+
+ 参赛报名总人数:{{ state.totlaNum }}
+
+
+ 参赛报名有效人数:{{ state.totalRealNum }}
+
-
-
+
+
-
-
+
@@ -54,6 +58,7 @@ const state = reactive({
title: 'vue3 ts antd 参赛选手所在城市',
clickCity: '全国',
maxCityNum: 0,
+ totalRealNum:0,
totlaNum: '',
linesCoord: [],
focusCity: '广东省',
@@ -212,9 +217,11 @@ function renderEchartBar() {
}
const myChart = echarts.init(domInstance);
const option = {
+ backgroundColor: 'rgba(0,0,0,0)',//背景色
title: {
text: '中国地图',
- subtext: 'chinaJson'
+ subtext: 'chinaJson',
+ color:'#fff'
},
visualMap: { // 设置视觉映射
min: 0,