소스 검색

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

Jacky 10 달 전
부모
커밋
24cf21b18a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"