<%= title %>
Counts
Percentages
Ratios
<% if scm? %>
Timeline
<% end %>
LINE COUNTS
<% counts.keys.each do |h| %>
<%= h %>
<% end %>
Total
<% counts.values.each do |v| %>
<%= v %>
<% end %>
<%= total %>
Column
Bar
Scatter
Pie Chart
PERCENTAGES
<% table_pcnt[0].each do |h| %>
<%= h %>
<% end %>
<% table_pcnt[1..-1].each do |c| %>
<% c.each_with_index do |v, j| %> <% if j == 0 %>
<%= v %>
<% else %>
<%= v %>
<% end %> <% end %>
<% end %>
Column
Bar
Scatter
Pie Chart
RATIOS
<% table_ratio[0].each do |h| %>
<%= h %>
<% end %>
<% table_ratio[1..-1].each do |c| %>
<% c.each_with_index do |v, j| %> <% if j == 0 %>
<%= v %>
<% else %>
<%= v %>
<% end %> <% end %>
<% end %>
Column
Bar
Scatter
<% if scm? %>
TIMELINE
Column
Scatter
Line
Spline
<% end %>