{% assign data = site.data.charts[include.chart-id] %} {% assign height = include.height | default: 10 %}
{% if include.title %}

{{ include.title }}

{% endif %} {% include ui/chart.html height=height chart-id=include.chart-id %}