1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 06:24:38 +04:00
Files
tabler/pages/_docs/charts.md
T
2020-02-16 21:34:30 +01:00

579 B

title, menu
title menu
Charts docs.charts

Default markup

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

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

{% include ui/chart.html id=key chart-id=data show-scripts=true %} {% endcapture %} {% include example.html code=code %} {% endif %} {% endfor %}