From 00742c91e038aa688d7dbb865f66e61d3f11c493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=81=E9=98=B3=E4=BB=94?= <15836909675@163.com> Date: Wed, 7 Sep 2022 17:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B2=89=E4=B8=9D=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E4=B8=AD=E5=BF=83=E7=82=B9=20=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=B0=E5=AD=97=20=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/pc/mapFans.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/view/pc/mapFans.vue b/src/view/pc/mapFans.vue index ca0e251..6d80148 100644 --- a/src/view/pc/mapFans.vue +++ b/src/view/pc/mapFans.vue @@ -207,15 +207,16 @@ export default { color: '#FFB932',//圆环颜色 }, label: { - color: '#fff', - fontSize: 12, + normal: { show: true, position: 'bottom', - //offset:[5, 0], - // emphasis: { - // show: false, - // color: '#FFB932', - // }, + color: '#FFB932', + formatter: '{b}', + textStyle: { + color: '#fff', + fontSize: 12, + }, + }, }, symbol: 'circle', symbolSize: 15, -- GitLab