This commit is contained in:
lai
2024-01-30 18:59:41 +08:00
parent a76209b54e
commit c105e4a2de

View File

@@ -227,7 +227,7 @@ function initPicture() {
false false
), // 渐变 ), // 渐变
}, },
data: barArr.map((item: any) => item.value), data: firstThreeItems.map((item: any) => item.value),
}, },
], ],
// 柱状图设置 // 柱状图设置
@@ -254,7 +254,7 @@ function initPicture() {
show: false, show: false,
}, },
inverse: true, inverse: true,
data: barArr.map((item: any) => item.name), data: firstThreeItems.map((item: any) => item.name),
axisLabel: { axisLabel: {
color: '#A7D6F4', color: '#A7D6F4',
fontSize: 14, fontSize: 14,