Class: Spoom::Coverage::Cards::Timeline::Sigils

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

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



168
169
170
# File 'lib/spoom/coverage/report.rb', line 168

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