mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
---
|
|
import Subheader from '@ui/Subheader.astro'
|
|
import Chart from '@ui/Chart.astro'
|
|
---
|
|
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<Subheader>Traffic sources</Subheader>
|
|
<Chart chartId="traffic-sources-donut" height={12} label="Traffic sources" />
|
|
</div>
|
|
</div>
|