Optional
abbrOptional
dataData for all plots in the track.
May be of any type or a function or promise returning data. The plots will need to have a data accessor function defined, that can pick the data it needs from this value.
Optional
horizontalOrientation of track. Default is false or unset (vertical).
Optional
labelLabel to use in title if used with TrackGroup
Optional
labelRotation angle for the labels.
The angle is computed clockwise from the track central line. (i.e. The vertical line if the track is vertical and the horizontal line if the track is horizontal.)
Optional
legendA config object used to display track legend if used with LogController
Optional
loaderAn optional loader element that will be made visible during loading
Optional
maxMax width of track in pixels
Optional
showOption to show labels on the track.
Optional
showOption to show lines on the track.
Optional
tooltipTooltip to show when mouse hovers over track title if used with TrackGroup
Optional
widthRelative track width when used in a LogController, i.e. a track with width set to 3 will be three times wider than tracks set to width 1.
Optional
onHook if a track is set in an error state
track instance reference
Optional
onHook when track is mounted to the DOM
event data
track instance reference
Optional
onHook when track is being rescaled, for example from user interaction if used with a LogController.
event data
track instance reference
Optional
onHook when track is unmounted from the DOM
event data
track instance reference
Optional
onHook when track is updated in the DOM model.
event data
track instance reference
Generated using TypeDoc
Short label to use in title if used with TrackGroup