Browse Source

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

Jacky 1 năm trước cách đây
mục cha
commit
24cf21b18a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/src/components/Chart/RadialBarChart.vue

+ 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"