MCPcopy
hub / github.com/klinecharts/KLineChart / setDataLoader

Method setDataLoader

src/Chart.ts:909–912  ·  view source on GitHub ↗
(dataLoader: DataLoader)

Source from the content-addressed store, hash-verified

907 }
908
909 setDataLoader (dataLoader: DataLoader): void {
910 this._resetYAxisAutoCalcTickFlag()
911 this._chartStore.setDataLoader(dataLoader)
912 }
913
914 createIndicator (value: string | IndicatorCreate, options?: CreateIndicatorOptions): Nullable<string> {
915 const indicator: ExcludePickPartial<Indicator, 'name'> = isString(value) ? { name: value } : value

Callers 15

mountChartFunction · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45
index.jsFile · 0.45

Calls 1

Tested by

no test coverage detected