Prechádzať zdrojové kódy

fix: radial bar chart style broken in 1.3k-1.7k px window

Jacky 10 mesiacov pred
rodič
commit
24cf21b18a

+ 1 - 0
app/src/components/Chart/RadialBarChart.vue

@@ -78,6 +78,7 @@ const chartOptions = computed(() => ({
     </p>
     <VueApexCharts
       v-if="centerText"
+      ref="refContainer"
       class="radialBar"
       type="radialBar"
       height="205"