From 33d61cc17c9418baefc6f85fa83a2feeee993122 Mon Sep 17 00:00:00 2001 From: Brad Beattie Date: Fri, 3 Apr 2009 15:18:29 -0700 Subject: [PATCH] Fixing issue of young projects causing graphing errors --- app/controllers/graphs_controller.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/controllers/graphs_controller.rb b/app/controllers/graphs_controller.rb index 2ea6e2c..0f87eac 100755 --- a/app/controllers/graphs_controller.rb +++ b/app/controllers/graphs_controller.rb @@ -29,9 +29,8 @@ class GraphsController < ApplicationController :show_data_values => false, :stagger_x_labels => true, :style_sheet => "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css", - :timescale_divisions => "1 months", :width => 720, - :x_label_format => "%b %Y" + :x_label_format => "%Y-%m-%d" }) # Get the top visible projects by issue count @@ -92,7 +91,6 @@ class GraphsController < ApplicationController :show_data_values => false, :stagger_x_labels => true, :style_sheet => "/plugin_assets/redmine_graphs/stylesheets/issue_age.css", - :timescale_divisions => "1 weeks", :width => 720, :x_label_format => "%b %d" })