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.
Should be called from track implementation in case an unrecoverable error occurs.
Handler for onMount event. Called by container when track DOM element is added to the DOM model.
Handler for onRescale event. Called by container when y-scale domain/transform is changed.
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.
Handler for onChange event. Called by container when track is resized.
Allow triggering of update event without parameters
Generated using TypeDoc
Abstract base class for wellog tracks