fix: 移除雷达图配置中的网格设置,并更新指标名称

This commit is contained in:
傅光孟 2026-02-25 11:20:39 +08:00
parent 4f1e973480
commit ee1c73babe
2 changed files with 3 additions and 6 deletions

View File

@ -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 },

View File

@ -272,7 +272,9 @@ onMounted(() => {
<style scoped lang="scss">
.page-container {
width: 100%;
max-width: 750rpx;
min-height: 100vh;
margin: 0 auto;
padding-bottom: 20rpx;
background-color: #f3f5f8;
background-image: url("@/assets/images/page/page6_pic@2x.png");