Donut Chart
DataAnimated donut/pie chart
chartdonutpie
Installation
$
Usage
tsx
import { DonutChart } from "@/components/nonaxial/donut-chart"
export default function Example() {
return (
<DonutChart>{/* Your content here */}</DonutChart>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |