From 3b632252fbc754e6d64512710310b46946b0b282 Mon Sep 17 00:00:00 2001 From: 0xJacky Date: Tue, 14 Jun 2022 20:38:55 +0800 Subject: [PATCH] fix dashboard radial bar issue --- build.sh | 0 frontend/src/components/Chart/RadialBarChart.vue | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build.sh diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/frontend/src/components/Chart/RadialBarChart.vue b/frontend/src/components/Chart/RadialBarChart.vue index eff187f4..ba92e458 100644 --- a/frontend/src/components/Chart/RadialBarChart.vue +++ b/frontend/src/components/Chart/RadialBarChart.vue @@ -35,7 +35,7 @@ export default { series: this.series, chart: { type: 'radialBar', - offsetY: -30 + offsetY: 0 }, plotOptions: { radialBar: {