This commit is contained in:
陈诗浩 2023-09-09 20:18:41 +08:00
parent f553b959cb
commit f29ef0399b
4 changed files with 84 additions and 22 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 KiB

After

Width:  |  Height:  |  Size: 568 KiB

View File

@ -181,7 +181,7 @@
</div> </div>
<div class="header_title"> <div class="header_title">
<div> <div>
<span>一月内未有亲友探视长者人数分析</span> <span>一月内未参加活动长者人数分析</span>
<span class="little_font"></span> <span class="little_font"></span>
</div> </div>
</div> </div>
@ -1428,4 +1428,10 @@ export default {
} }
} }
} }
/deep/.unit-label{
opacity:0
}
/deep/.unit-text{
opacity:0
}
</style> </style>

View File

@ -236,8 +236,8 @@ export default {
}, },
data: [ data: [
{ value: 21.56, name: '深业颐居' }, { value: 21.56, name: '深业颐居' },
{ value: 21.56, name: '深业龙投' }, { value: 12.36, name: '深业龙投' },
{ value: 21.56, name: '深业世纪' }, { value: 7.86, name: '深业世纪' },
] ]
} }
] ]

View File

@ -23,11 +23,11 @@
<div>深业龙投</div> <div>深业龙投</div>
</div> </div>
<div style="width: 33.33%;height: 60%;text-align: center;margin-top: 20%;"> <div style="width: 33.33%;height: 60%;text-align: center;margin-top: 20%;">
<Echarts :echartObj="echartObj2" /> <Echarts :echartObj="echartObj14" />
<div>深业颐居</div> <div>深业颐居</div>
</div> </div>
<div style="width: 33.33%;height: 60%;text-align: center;"> <div style="width: 33.33%;height: 60%;text-align: center;">
<Echarts :echartObj="echartObj2" /> <Echarts :echartObj="echartObj15" />
<div>深业世纪山谷</div> <div>深业世纪山谷</div>
</div> </div>
</div> </div>
@ -146,7 +146,7 @@
</dv-border-box-8> </dv-border-box-8>
</div> </div>
<div class="home_right"> <div class="home_right">
<InnerBox :echartObj="echartObj8" style="width: 99%;" header_title="15天床位趋势" little_font="(张)" /> <InnerBox :echartObj="echartObj8" style="width: 99%;" header_title="15天床位趋势" little_font="(张)" />
<div class="inner_box"> <div class="inner_box">
<div class="inner_header"> <div class="inner_header">
<div class="header_left"></div> <div class="header_left"></div>
@ -361,7 +361,59 @@ export default {
// } // }
} }
}, },
data: [0.8, 0.5, 0.4, 0.3] data: [0.76]
}]
},
echartObj14: {
// grid: {
// left: 0,
// right: 0,
// },
series: [{
type: 'liquidFill',
radius: '90%', //
// shape 'circle' shape ECharts Symbol 'rect''roundRect''triangle''diamond''pin''arrow'使 'path://...' SVG
shape: 'circle',
// direction 'left' 'right' 'none'
label: {
normal: {
textStyle: {
color: 'red',
insideColor: 'yellow',
fontSize: 20
},
// formatter: function(param) {
// return param.seriesName + '\n' + param.name + '\n' + 'Value:' + param.value;
// }
}
},
data: [0.75]
}]
},
echartObj15: {
// grid: {
// left: 0,
// right: 0,
// },
series: [{
type: 'liquidFill',
radius: '90%', //
// shape 'circle' shape ECharts Symbol 'rect''roundRect''triangle''diamond''pin''arrow'使 'path://...' SVG
shape: 'circle',
// direction 'left' 'right' 'none'
label: {
normal: {
textStyle: {
color: 'red',
insideColor: 'yellow',
fontSize: 20
},
// formatter: function(param) {
// return param.seriesName + '\n' + param.name + '\n' + 'Value:' + param.value;
// }
}
},
data: [0.78]
}] }]
}, },
// //
@ -1048,7 +1100,7 @@ export default {
fontSize: 10, fontSize: 10,
} }
}, },
data: ['0705','0706','0708','0709','0710','0711','0712','0713','0714','0715','0716','0717','0718','0719'], data: ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月'],
}, },
yAxis: { yAxis: {
type: 'value', type: 'value',
@ -1068,20 +1120,18 @@ export default {
series: [ series: [
{ {
data: [ data: [
{name: '0705', value: 107 }, {name: '1月', value: 107 },
{name: '0706', value: 87 }, {name: '2月', value: 87 },
{name: '0708', value: 102 }, {name: '3月', value: 102 },
{name: '0709', value: 90 }, {name: '4月', value: 90 },
{name: '0710', value: 95 }, {name: '5月', value: 95 },
{name: '0711', value: 103 }, {name: '6月', value: 103 },
{name: '0712', value: 95 }, {name: '7月', value: 95 },
{name: '0713', value: 104 }, {name: '8月', value: 104 },
{name: '0714', value: 100 }, {name: '9月', value: 100 },
{name: '0715', value: 95 }, {name: '10月', value: 95 },
{name: '0716', value: 80 }, {name: '11月', value: 80 },
{name: '0717', value: 97 }, {name: '12月', value: 97 },
{name: '0718', value: 91 },
{name: '0719', value: 90 },
], ],
type: 'bar', type: 'bar',
barWidth: 10, barWidth: 10,
@ -1320,4 +1370,10 @@ export default {
} }
} }
} }
/deep/.unit-label{
opacity:0
}
/deep/.unit-text{
opacity:0
}
</style> </style>