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