Remove year/day ambiguity
This commit is contained in:
parent
826d297aa6
commit
c6c497d2d0
|
@ -29,7 +29,7 @@ class GraphsController < ApplicationController
|
||||||
:style_sheet => "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css",
|
:style_sheet => "/plugin_assets/redmine_graphs/stylesheets/issue_growth.css",
|
||||||
:timescale_divisions => "1 months",
|
:timescale_divisions => "1 months",
|
||||||
:width => 720,
|
:width => 720,
|
||||||
:x_label_format => "%b %y"
|
:x_label_format => "%b %Y"
|
||||||
})
|
})
|
||||||
|
|
||||||
# Get the top visible projects by issue count
|
# Get the top visible projects by issue count
|
||||||
|
|
Loading…
Reference in New Issue
Block a user