Skip to content

Commit

Permalink
fix dashboard radial bar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Jun 14, 2022
1 parent 72ba2a9 commit 3b63225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified build.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion frontend/src/components/Chart/RadialBarChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
series: this.series,
chart: {
type: 'radialBar',
offsetY: -30
offsetY: 0
},
plotOptions: {
radialBar: {
Expand Down

0 comments on commit 3b63225

Please sign in to comment.