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(() => {