From ee1c73babeba9f9b0fc8f772395f0894276f8a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Wed, 25 Feb 2026 11:20:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=9B=B7=E8=BE=BE?= =?UTF-8?q?=E5=9B=BE=E9=85=8D=E7=BD=AE=E4=B8=AD=E7=9A=84=E7=BD=91=E6=A0=BC?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=8C=87?= =?UTF-8?q?=E6=A0=87=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/Radar.vue | 7 +------ src/pages/topNews/index.vue | 2 ++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/charts/Radar.vue b/src/components/charts/Radar.vue index f986eb0..3b6a18c 100644 --- a/src/components/charts/Radar.vue +++ b/src/components/charts/Radar.vue @@ -13,16 +13,11 @@ const initChart = () => { myChart = echarts.init(chatRef.value); let option = { - gird: { - show: true, - top: 50, - left: 50, - right: 50, - }, color: ["#4681FF"], radar: { // shape: 'circle', startAngle: 90, + axisNameGap: 10, indicator: [ { name: "资本市场相关", max: 100 }, { name: "潜在信号", max: 100 }, diff --git a/src/pages/topNews/index.vue b/src/pages/topNews/index.vue index ab23c1c..46a6cc0 100644 --- a/src/pages/topNews/index.vue +++ b/src/pages/topNews/index.vue @@ -272,7 +272,9 @@ onMounted(() => {