Protected_Protected_Protected_Private Optional_Private Optional_OptionallegendCreate range based on domain.
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
Allow triggering of update event without parameters
Set padding on track
Updates all plots with data by triggering each plot's data accessor function.
Set new range to track and plot scales
An extension to CanvasTrack for rendering plots
See ./readme.md in source code for more info