mirror of
https://github.com/tomgi/git_stats.git
synced 2025-01-03 11:12:11 +01:00
activity grouping by day
This commit is contained in:
parent
b3cbf65f83
commit
6a7d79ecca
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module GitStats
|
|||
def date_column_chart(params)
|
||||
date_chart(params)
|
||||
data[0][:type] = 'column'
|
||||
data[0][:dataGrouping] = {units: [['week', [1]]], forced: true}
|
||||
data[0][:dataGrouping] = {units: [['day', [1]], ['week', [1]]], forced: true}
|
||||
end
|
||||
|
||||
def default_legend
|
||||
|
|
Loading…
Reference in a new issue