1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00
Files
tabler/pages/_docs/charts.md
2019-06-18 23:06:33 +02:00

524 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 js/charts.html id=key chart-id=data %} {% endexample %} {% endif %} {% endfor %}