{% include "includes/headers.html" %}
{% set facet="chart" %} {% set page_help='Map-page' %} {% include "includes/navbar.html" %}
Customise
Map{% if recipe.name %} of {{ recipe.name}}{% endif %}
Loading...
×
Customise chart
Default country (for pcodes)
-- none --
{% for name, code in config.get('PCODE_COUNTRY_MAP').items()|sort() %}
{{ name }}
{% endfor %}
Choose p-code column
-- none --
{% for column in source.columns %}
{{ column.display_tag }}
{% endfor %}
Choose column containing a value.
-- none --
{% for column in source.columns %} {% if column.display_tag %}
{{ column.display_tag }}
{% endif %} {% 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" %}