1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/pages/charts-heatmap.html
2019-03-12 22:09:23 +01:00

26 lines
810 B
HTML

---
title: Heatmap Charts
page-title: Heatmap Charts
done: true
---
<div class="row">
<div class="col-xl-6">
{% include cards/charts/heatmap.html id="heatmap-basic" title="Basic Heatmap - Single Series" %}
</div>
<div class="col-xl-6">
{% include cards/charts/heatmap.html id="heatmap-multiple" title="Heatmap - Multiple series" colors=12 %}
</div>
<div class="col-xl-6">
{% include cards/charts/heatmap.html id="heatmap-labels" title="Heatmap - Labels included" labels=true %}
</div>
<div class="col-xl-6">
{% include cards/charts/heatmap.html id="heatmap-colors" title="Heatmap - Color range" scale=true %}
</div>
{% comment %}
<div class="col-12">
{% include cards/charts/heatmap.html id="heatmap-range" title="Github style" color="#196127" count=30 %}
</div>
{% endcomment %}
</div>