Protected_Protected_Protected_ProtectedfragmentOptionallegendProtectedvertexInitiate 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.
Override of onDataLoaded from base class.
Optionaldata: anyShould be called from track implementation in case an unrecoverable error occurs.
Override of onMount from base class.
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.
Override to scale canvas element on resize.
ProtectedprocessOptionaldata: anyAllow triggering of update event without parameters
Calls OnMount and OnUpdate. Useful if track is stand-alone