1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00
Files
tabler/pages/_includes/cards/charts/heatmap.html
T
2019-03-12 22:09:23 +01:00

8 lines
342 B
HTML

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