{% assign chart-id = include.chart %} {% assign data = site.data.charts[chart-id] %} {% if data or include.heatmap %}
{% if include.title %}

{{ include.title }}

{% endif %}
{% if include.heatmap %} {% include ui/chart-heatmap.html chart-id=chart-id show-scripts=true size="lg" %} {% else %} {% include ui/chart.html chart-id=chart-id show-scripts=true size="lg" %} {% endif %}
{% endif %}