{% include "includes/headers.html" %}
{% set facet="chart" %} {% include "includes/navbar.html" %}
Pie
Bar
Column
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 }}
-- show all --
{% for value in filter_values %}
{{ value }}
{% endfor %}
Update
{% if recipe.recipe_id %}
{% else %} {% with excludes=['filter_value'] %} {% include "includes/params.html" %} {% endwith %} {% endif %}
{% endif %}
{% include "includes/source.html" %}
×
Customise chart
Choose filter column.
Choose a tag
{% for column in source.columns %}
{{ column.display_tag }}
{% endfor %}
Choose tag pattern to count
Choose a tag
{% for column in source.columns %}
{{ column.display_tag }}
{% endfor %}
Choose column as label
Choose a tag
{% for column in source.columns %}
{{ column.display_tag }}
{% endfor %}
Choose column already containing a count
Choose a tag
{% for column in source.columns %}
{{ column.display_tag }}
{% endfor %}
{% if recipe.recipe_id %}
{% else %} {% with excludes=['label_tag', 'value_tag', 'count_tag', 'filter_tag', 'filter_value'] %} {% include "includes/params.html" %} {% endwith %} {% endif %}
OK
{% include "includes/scripts.html" %}