Skip to content

Commit 3b63225

Browse files
committed
fix dashboard radial bar issue
1 parent 72ba2a9 commit 3b63225

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: build.sh

100644100755
File mode changed.

Diff for: frontend/src/components/Chart/RadialBarChart.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
series: this.series,
3636
chart: {
3737
type: 'radialBar',
38-
offsetY: -30
38+
offsetY: 0
3939
},
4040
plotOptions: {
4141
radialBar: {

0 commit comments

Comments
 (0)