% _.each(thresholds, function(threshold) { %>
data-range="<%- threshold.rangeName %>"
data-toggle="tooltip"
data-placement="top"
data-title="<%- threshold.rangeLabel %>"
data-animation="false"
style="background-color: <%= threshold.color %>;"
><%- threshold.count %>
<% }) %>