{%if this.options.get("showLegend") == "true" and this.options.get("kind") and this.options.get("kind").find("simple") < 0 %}
{{this.options.get("mapValueField")}}
{% for bin in bins %}
{{bin[0]}}
{% endfor %}
{%endif%}