This graph{% if title is defined %}, {{ title }},{% endif %} shows the relationship between {{ x_axis.label }} and {{ y_axis.label }}. 
{% for data in series %}
    {% set series_index = loop.index %}
    {% include "en/long/" + data['distribution']|lower + "-series.txt" %}
{% endfor %}
