fix: 移除雷达图配置中的网格设置,并更新指标名称
This commit is contained in:
parent
4f1e973480
commit
ee1c73babe
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue