Browse Source

fix: eslint error in radial bar chart

Jacky 10 months ago
parent
commit
ce7d95210d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/src/components/Chart/RadialBarChart.vue

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

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