Class: Spoom::Coverage::Cards::Timeline::Calls

Inherits:
Timeline
  • Object
show all
Defined in:
lib/spoom/coverage/report.rb

Instance Method Summary collapse

Methods inherited from Timeline

#commits_for_dates, #months, #ticks

Constructor Details

#initialize(snapshots:, title: "Calls Timeline") ⇒ Calls

: (snapshots: Array, ?title: String) -> void



175
176
177
# File 'lib/spoom/coverage/report.rb', line 175

def initialize(snapshots:, title: "Calls Timeline")
  super(title: title, timeline: D3::Timeline::Calls.new("timeline_calls", snapshots))
end