1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-11 22:02:22 +04:00
Files
tabler/preview/pages/_includes/cards/charts/heatmap.html
T

8 lines
316 B
HTML

<div class="card">
<div class="card-body">
<h4 class="card-title">{{ include.title }}</h4>
{% include "ui/chart-heatmap.html" chart-id=include.id id=include.id colors=include.colors scale=include.scale labels=include.labels no-shades=include.no-shades count=include.count color=include.color %}
</div>
</div>