--- title: Charts page-header: Charts menu: base.charts libs: apexcharts ---

Active users

{% include parts/dropdown/days.html %}
{% include ui/chart.html chart-id="active-users-2" %}
Mobile
11,425
Desktop
6,458
Tablet
3,985

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 site.data.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 %}