import { type PolarChartProps as PolarChartPropsPreact } from '@sisense/sdk-ui-preact'; import { type PropType } from 'vue'; /** * Props of the {@link @sisense/sdk-ui-vue!PolarChart | `PolarChart`} component. */ export interface PolarChartProps extends PolarChartPropsPreact { } /** * A Vue component comparing multiple categories/variables with a spacial perspective in a radial chart. * * @example * Here's how you can use the PolarChart component in a Vue application: * ```vue * * *