Explorar el Código

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

Jacky hace 10 meses
padre
commit
24cf21b18a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"