From 044671d7a31334ecdc7e33deb4fca724b70eb716 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 24 十一月 2023 17:56:25 +0800 Subject: [PATCH] 整合代码2 --- Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue | 1 + Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue b/Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue index cffc3c5..065c234 100644 --- a/Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue +++ b/Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue @@ -61,6 +61,7 @@ name: seriesName, type: "bar", stack: "鎬婚噺", + barWidth: 60, data: curSeriesData, label: { show: true, diff --git a/Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue b/Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue index e7f2160..c9c5034 100644 --- a/Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue +++ b/Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue @@ -86,6 +86,7 @@ type: index === 0 ? "bar" : "line", stack: index === 0 ? "鎬婚噺" : null, data: data.map(value => ({value})), + barWidth: 68, label: { show: true, position: "top" -- Gitblit v1.9.3