{%if this.options.get("legend") == "true" %}
{% if this.options.get("kind") and this.options.get("kind").find("simple") < 0 %}

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

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