3.0.0-alpha.1
Type: string
A helicorder-like multi-line seismogram display usually covering 24 hours
Extends SeisPlotElement
(Array<SeismogramDisplayData>?)
the data to display
(SeismographConfig?)
(any)
the parent element, usually a div tag
(any)
configuration object
Type: HelicorderConfig
HelicorderConfig
Type: HelicorderConfig
(HelicorderConfig)
draws, or redraws, the helicorder.
Calculates the time range covered by each line of the display
(DateTime)
start of display
(number)
seconds covered by each line
(number)
number of lines
Array<HeliTimeRange>
:
Array of HeliTimeRange, one per line
(MouseEvent)
HeliMouseEventType
Type: number
Configuration of the helicorder
Note that setting maxVariation=0 and fixedAmplitudeScale=[0,0] will scale the data to max
Extends SeismographConfig
(Interval)
the time range covered by the helicorder, required
(SeismographConfig)
HelicorderConfig
Time range for a single line of the helicorder, extends Interval to add the line number
default styling for helicorder plots.
Type: string
Type: string
Type: {mouseevent: MouseEvent, time: DateTime, lineNum: number}