{% extends "graphs/graph.html" %} {% block axis %}

Select Variable

Variable must contain country names (e.g. "France") or 3 letter ISO code (e.g. "FRA")
{{ form.variable(class="custom-select x-axis-value axis-setting") }}

Select Scope

{{ form.scope(class="custom-select scope axis-setting") }}
{% endblock axis %}