Skip to content

Commit

Permalink
Fixing issue of young projects causing graphing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbeattie committed Apr 3, 2009
1 parent 3a80225 commit 33d61cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/controllers/graphs_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def issue_growth_graph
: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
Expand Down Expand Up @@ -92,7 +91,6 @@ def issue_age_graph
: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"
})
Expand Down

0 comments on commit 33d61cc

Please sign in to comment.