--- title: Charts page-header: Charts page-menu: plugins.charts page-libs: [apexcharts] layout: default permalink: charts.html ---
{% include "parts/charts/activity.html" %}
{% include "cards/charts/social-referrals.html" %}
{% include "ui/chart.html" chart-id="tasks-overview" height=20 %}
{% for chart in charts %} {% if chart[1].demo %} {% assign chart-id = chart[0] %}
{% if chart[1].name %}

{{ chart[1].name }}

{% endif %}
{% include "ui/chart.html" chart-id=chart-id height=15 %}
{% endif %} {% endfor %}