1
0
Fork 0
mirror of synced 2024-09-13 15:57:37 +12:00
budibase/packages/standard-components/src/charts/DonutChart.svelte
2020-11-11 14:26:33 +00:00

5 lines
95 B
Svelte

<script>
import PieChart from "./PieChart.svelte"
</script>
<PieChart {...$$props} donut />