From c97bd0d3b646611474faf6017aebbe34180a0e92 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 30 六月 2025 11:23:33 +0800 Subject: [PATCH] 测试完成 --- src/views/knowledge/education/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/knowledge/education/index.vue b/src/views/knowledge/education/index.vue index f5eafa0..12d16fd 100644 --- a/src/views/knowledge/education/index.vue +++ b/src/views/knowledge/education/index.vue @@ -685,7 +685,7 @@ }, }, ], - grid: { top: "30%", left: "10%", right: "40%", bottom: "10%" }, + grid: { top: "30%", left: "10%", right: "50%", bottom: "10%" }, yAxis: [ { type: "value", @@ -696,6 +696,7 @@ name: "鏌ョ湅娆℃暟", type: "bar", data: this.Collarrvalue, + // data: [6,8,22,99,87,90,12,11,22,33,34,44], seriesLayoutBy: "row", smooth: true, label: { -- Gitblit v1.9.3