<%# TODO: There's a ton of assumptions here %>
<% report_item.chart_items.each do |name, channel| %>
data-title<%= it %>="<%= name || "Direct" %>"
data-x<%= it %>="<%= channel.map { |i| i[:x].to_time.to_i * 1000 }.join(',') %>"
data-y<%= it %>="<%= channel.map { |i| i[:y] }.join(',') %>"
<% it = it + 1 %>
<% end %>
style="width: 425px; height: 260px;" />