{% include "includes/headers.html" %} {% set facet="chart" %} {% include "includes/navbar.html" %}

Customise

Chart: {{ recipe.name or 'Dataset' }} {% if label_col %} ({{ label_col.header or label_col.display_tag }}) {% endif %}

{% if filter_col %}

{{ filter_col.header or filter_col.display_tag }}
{% if recipe.recipe_id %} {% else %} {% with excludes=['filter_value'] %} {% include "includes/params.html" %} {% endwith %} {% endif %}

{% endif %}
{% include "includes/source.html" %}
{% include "includes/scripts.html" %}