mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
8 lines
342 B
HTML
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 %}
|