X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/2fbe78e290a7b405067fddb52cad684fa5c8f3ba..8964e46880760a85a7c86a239f032c841a96410d:/app/controllers/graph_controller.rb diff --git a/app/controllers/graph_controller.rb b/app/controllers/graph_controller.rb index ff29d8e..b80b5d3 100644 --- a/app/controllers/graph_controller.rb +++ b/app/controllers/graph_controller.rb @@ -74,7 +74,7 @@ class GraphController < ApplicationController :data => data, :interval_labels => labels, :title => "Voters Over Time", - :size => "700x400", + :size => "270x230", :x_axis_label => scale, :y_axis_label => "Number of Votes") send_data(*graph.output)