--- title: Charts page-header: Charts menu: base.charts page-libs: [apexcharts] ---
{% include "parts/charts/activity.html" %}

Social referrals

{% include "parts/dropdown/days.html" %}
{% include "ui/chart.html" chart-id="social-referrals" legend=true %}
{% 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 %}