diff --git a/pages/charts.html b/pages/charts.html index d04d73415eab8f7774699db1001bfa133c515d3e..c572ecc7ebcefd3a63295a37513ed78f8798a069 100644 --- a/pages/charts.html +++ b/pages/charts.html @@ -5,6 +5,14 @@ menu: charts ---
+
+
+
+ {% 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] %} @@ -22,4 +30,6 @@ menu: charts
{% endif %} {% endfor %} + + diff --git a/pages/tmp.html b/pages/tmp.html index 74d7be67f2fc910ff145088be4e3f67420a70b8d..05764946ccc4b271185be759b210068a32ceeab6 100644 --- a/pages/tmp.html +++ b/pages/tmp.html @@ -11,21 +11,9 @@ menu: a.b.c

{{ person.full_name }}

- -
- {% include cards/small-stats.html chart-type="bar" chart-data="20,40,30,40,60,80,70" color="red" icon="heart" %} -
-
- {% include cards/small-stats.html chart-type="bar" chart-data="5,8,2,5,-1,3,5,3" color="blue" icon="heart" %} + {% include cards/user-info.html %}
-
-
-
- {% include ui/chart.html chart-id="tasks-overview" height=20 %} -
-
-
{% include cards/charts/total-sales.html %}
@@ -33,8 +21,6 @@ menu: a.b.c
- {% include cards/user-info.html %} - {% include cards/users-list-2.html %}
@@ -48,8 +34,6 @@ menu: a.b.c
- {% include cards/users-list.html hoverable=true checked-ids="2,5,8" %} - {% include cards/users-list.html offset=8 checkbox=true title="Contacts" %}