1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00
budibase/packages/standard-components/src/charts/DonutChart.svelte

6 lines
95 B
Svelte
Raw Normal View History

2020-11-04 00:50:55 +13:00
<script>
import PieChart from "./PieChart.svelte"
</script>
<PieChart {...$$props} donut />