修改 地图

This commit is contained in:
GGJ
2024-01-02 16:34:56 +08:00
parent 0ed9c950ee
commit acac255e5e
10 changed files with 355 additions and 142 deletions

View File

@@ -98,6 +98,7 @@ const Grade = (list: any) => {
}
echartsArr.push(item.frequency)
})
voltageStatistics.value = {
title: {
text: '电压等级'
@@ -122,12 +123,10 @@ const Grade = (list: any) => {
legend: {
data: ['暂降次数']
},
xAxis: [
{
name: '电压等级', // 给X轴加单位
data: echartsndArr
}
],
xAxis: {
name: '电压等级',
data: echartsndArr
},
yAxis: [
{
type: 'value'