mirror of
https://github.com/tomgi/git_stats.git
synced 2025-01-03 11:12:11 +01:00
removed range selector default option
This commit is contained in:
parent
ab5795a645
commit
d905197429
1 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ module GitStats
|
|||
|
||||
def date_chart(params)
|
||||
common_options(params)
|
||||
rangeSelector(selected: 1)
|
||||
series(
|
||||
name: params[:title],
|
||||
type: "spline",
|
||||
|
@ -44,7 +43,6 @@ module GitStats
|
|||
|
||||
def multi_date_chart(params)
|
||||
common_options(params)
|
||||
rangeSelector(selected: 1)
|
||||
params[:data].each do |s|
|
||||
series(
|
||||
name: s[:name],
|
||||
|
|
Loading…
Reference in a new issue