⚠️ refactor (form): refactor label component for improved styling and responsiveness
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script setup lang="ts" generic="T extends Record<string, any>">
|
||||
import type { Component } from 'vue'
|
||||
import type { BaseChartProps } from '.'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { Donut } from '@unovis/ts'
|
||||
import { VisDonut, VisSingleContainer } from '@unovis/vue'
|
||||
import { useMounted } from '@vueuse/core'
|
||||
import { computed, ref } from 'vue'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { ChartSingleTooltip, defaultColors } from '../chart'
|
||||
|
||||
const props = withDefaults(defineProps<Pick<BaseChartProps<T>, 'data' | 'colors' | 'index' | 'margin' | 'showLegend' | 'showTooltip' | 'filterOpacity'> & {
|
||||
|
||||
Reference in New Issue
Block a user