Calls OnMount and OnUpdate. Useful if track is stand-alone
Initiate loading of data for track. Will set response to the track's data property. If showLoader is set to true, the current track will be hidden, and (if supplied) the loader element will be shown, until data is resolved. Calls onDataLoaded if implemented by track.
Callback after data loaded, using loadData.
Should be called from track implementation in case an unrecoverable error occurs.
Override of onMount to load track data
Override to allow data transformations, like resampling and filtering
Handler for onUnmount event. Called when track DOM-element is remove from the DOM model. Typically, trackEvent will be an empty object, but depends on container.
Override to resize plots and scales
Plot graph track
Execute configured transform function if applicable on the track's data and update plots with the result
Allow triggering of update event without parameters
Set option on a Plot by id
Set new range to track and plot scales
Generated using TypeDoc
An extension to CanvasTrack for rendering plots
See ./readme.md in source code for more info