mirror of
https://github.com/tabler/tabler.git
synced 2026-08-24 11:54:23 +04:00
build time increase
This commit is contained in:
@@ -6,15 +6,15 @@ done: true
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xl-6">
|
||||
{% include cards/charts/heatmap.html id="heatmap-basic" title="Basic Heatmap - Single Series" %}
|
||||
{% include_cached 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 %}
|
||||
{% include_cached 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 %}
|
||||
{% include_cached 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 %}
|
||||
{% include_cached cards/charts/heatmap.html id="heatmap-colors" title="Heatmap - Color range" scale=true %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user