|
@@ -8,6 +8,7 @@ libs: apexcharts
|
|
<div class="col-xl-6">
|
|
<div class="col-xl-6">
|
|
{% include cards/charts/heatmap.html id="heatmap-basic" title="Basic Heatmap - Single Series" %}
|
|
{% include cards/charts/heatmap.html id="heatmap-basic" title="Basic Heatmap - Single Series" %}
|
|
</div>
|
|
</div>
|
|
|
|
+ {% unless jekyll.environment == 'development' %}
|
|
<div class="col-xl-6">
|
|
<div class="col-xl-6">
|
|
{% include cards/charts/heatmap.html id="heatmap-multiple" title="Heatmap - Multiple series" colors=12 %}
|
|
{% include cards/charts/heatmap.html id="heatmap-multiple" title="Heatmap - Multiple series" colors=12 %}
|
|
</div>
|
|
</div>
|
|
@@ -17,4 +18,5 @@ libs: apexcharts
|
|
<div class="col-xl-6">
|
|
<div class="col-xl-6">
|
|
{% include cards/charts/heatmap.html id="heatmap-colors" title="Heatmap - Color range" scale=true %}
|
|
{% include cards/charts/heatmap.html id="heatmap-colors" title="Heatmap - Color range" scale=true %}
|
|
</div>
|
|
</div>
|
|
|
|
+ {% endunless %}
|
|
</div>
|
|
</div>
|