1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-04 17:34:40 +04:00
Files
tabler/pages/_docs/charts.md
T
2019-10-28 20:53:15 +01:00

523 B

title, menu
title menu
Charts docs.charts

c3.js charts

{% for chart in site.data.charts %} {% if chart[1].display %} {% example html %} {% assign data = chart[0] %} {% assign key = 'chart-' | append: data %}

{{ chart[1].name }} {{ chart[0] }}

{% include ui/chart.html id=key chart-id=data %} {% endexample %} {% endif %} {% endfor %}