{% if legend_config.type == "basic" %} {% if legend_config.units %} {{ legend_config.units }} {% endif %} {% elif legend_config.type == "choropleth" %} {% elif legend_config.type == "choropleth_vertical" %} {% if legend_config.units %} {{ legend_config.units }} {% endif %}
{% elif legend_config.type == "gradient" %} {% if legend_config.units %} {{ legend_config.units }} {% endif %}
{% elif legend_config.type == "gradient_vertical" %} {% if legend_config.units %} {{ legend_config.units }} {% endif %}
{% endif %}