% _.each(thresholds, function(threshold) { %>
data-range="<%- threshold.rangeName %>"
data-toggle="tooltip"
data-placement="top"
data-title="<%- threshold.rangeLabel %>"
data-animation="false"
<% if (threshold.classes.indexOf('dmc-status-zero') >= 0) { %>
style="border-color: <%= threshold.color %>; background-color: transparent;"
<% } else { %>
style="background-color: <%= threshold.color %>;"
<% } %>
><%- threshold.count %>
<% }) %>