--- tmp: true menu: a.b.c ---
{% include_cached cards/small-stats.html chart-type="bar" chart-data="20,40,30,40,60,80,70" color="red" icon="heart" %}
{% include_cached cards/small-stats.html chart-type="bar" chart-data="5,8,2,5,-1,3,5,3" color="blue" icon="heart" %}
{% for chart in site.data.charts %} {% if chart[1].demo %}
{% assign chart-id = chart[0] %}

{{ chart-id }}

{% include ui/chart.html chart-id=chart-id height=15 %}
{% endif %} {% endfor %}
{% include ui/chart.html chart-id="tasks-overview" height=20 %}
{% include_cached cards/charts/total-sales.html %}
{% include_cached cards/user-info.html %} {% include_cached cards/users-list-2.html %}
{% include ui/stars.html %}
{% include ui/stars.html count=3 %}
{% include ui/stars.html color="red" %}
{% include ui/stars.html filled=true %}
{% include ui/stars.html icon="heart" color="red" rate=2 %}
{% include ui/stars.html icon="circle" color="blue" %}
{% include_cached cards/users-list.html hoverable=true checked-ids="2,5,8" %} {% include_cached cards/users-list.html offset=8 checkbox=true title="Contacts" %}