{%if this.options.get("showLegend") == "true" and this.options.get("kind") != "simple"%}

{{this.options.get("mapValueField")}}

{% for bin in bins %}
{{bin[0]}}
{% endfor %}
{%endif%}