{% if legend_config.type == "basic" %}
{% if legend_config.units %}
{{ legend_config.units }}
{% endif %}
{% for item in legend_config.items %}
-
{{ item.name }}
{% endfor %}
{% elif legend_config.type == "choropleth" %}
{% elif legend_config.type == "choropleth_vertical" %}
{% if legend_config.units %}
{{ legend_config.units }}
{% endif %}
{% for item in legend_config.items %}
-
{% endfor %}
{% for item in legend_config.items %}
-
{{ item.name }}
{% endfor %}
{% elif legend_config.type == "gradient" %}
{% if legend_config.units %}
{{ legend_config.units }}
{% endif %}
{% for item in legend_config.items %}
-
{{ item.name }}
{% endfor %}
{% elif legend_config.type == "gradient_vertical" %}
{% if legend_config.units %}
{{ legend_config.units }}
{% endif %}
{% for item in legend_config.items %}
-
{{ item.name }}
{% endfor %}
{% endif %}