Skip to content

Commit 24cf21b

Browse files
0xJackyweblate
authored andcommitted
fix: radial bar chart style broken in 1.3k-1.7k px window
1 parent 7d5104e commit 24cf21b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/components/Chart/RadialBarChart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const chartOptions = computed(() => ({
7878
</p>
7979
<VueApexCharts
8080
v-if="centerText"
81+
ref="refContainer"
8182
class="radialBar"
8283
type="radialBar"
8384
height="205"

0 commit comments

Comments
 (0)