<%= render "shared/sparkline", id: dom_id(@accountable, :sparkline_chart), series: @series %>
<%= tag.p @series.trend.percent_formatted,
style: "color: #{@series.trend.color}",
class: "font-mono text-right text-xs font-medium text-primary" %>
<% end %>