Class: Spoom::Coverage::Cards::Timeline::Sigs

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: "Signatures Timeline") ⇒ Sigs

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



182
183
184
# File 'lib/spoom/coverage/report.rb', line 182

def initialize(snapshots:, title: "Signatures Timeline")
  super(title: title, timeline: D3::Timeline::Sigs.new("timeline_sigs", snapshots))
end