{% assign type = include.type | default: 'bar' %} {% assign id = include.id %} {% assign color = include.color | default: 'blue' %} {% assign height = include.height | default: 2.5 %} {% if include.small %} {% assign height = include.height | default: 1.5 %} {% endif %} {% assign data = include.data %} {% if include.percentage %} {% assign data = include.percentage %} {% endif %} {% if id %}
{% capture_global scripts %} {% endcapture_global %} {% endif %}