mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
10 lines
287 B
HTML
10 lines
287 B
HTML
<div class="card">
|
|
<div class="card-body">
|
|
{% include ui/card-dropdown.html %}
|
|
<h3 class="card-title">Total sales</h3>
|
|
|
|
{% include ui/chart.html chart-id="total-sales" height=15 %}
|
|
{% include ui/chart.html chart-id="total-sales2" height=15 %}
|
|
</div>
|
|
</div>
|