Skip to main content

ModelSeriesBasedDataSource

Data source for a SeriesBasedChart that reads data from a VisuallyJsModel or Selection.

Methods

hasData()

hasData(): boolean

Returns whether or not there is any data available

Returns

boolean

Inherited from

BaseSeriesBasedChartDataSource.hasData


load()

load(onLoad): void

Instruct the data source to load.

Parameters

onLoad

() => any

Returns

void

Inherited from

BaseSeriesBasedChartDataSource.load