Updated the "votes_per_day" method in graph controller to work better and
[selectricity] / app / views / quickvote / results.rhtml
index e06b5d6b32b91dc855cc2ee46cb46c135457d61b..030d2467d925d6d49282e988cdd1bbdf1e79987f 100644 (file)
@@ -162,4 +162,8 @@ by several other names.</p>
 <% end %>
 </table>
 
-<%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %>
+<%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %><br />
+<%= image_tag( graph_url(:action => 'votes_per_interval', :id => @election)) %>
+
+
+

Benjamin Mako Hill || Want to submit a patch?