1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-28 14:04:38 +04:00

editorconfig fixes, charts demo

This commit is contained in:
codecalm
2019-12-08 22:06:50 +01:00
parent 3f081d6d58
commit f71f80b49d
6 changed files with 38 additions and 45 deletions
-10
View File
@@ -1,10 +0,0 @@
{% assign data = site.data.charts[include.chart-id] %}
{% assign height = include.height | default: 10 %}
<div class="card">
<div class="card-body">
{% if include.title %}
<h3 class="card-title">{{ include.title }}</h3>
{% endif %}
{% include ui/chart.html height=height chart-id=include.chart-id %}
</div>
</div>