MCPcopy
hub / github.com/apache/echarts / getAllData

Method getAllData

src/model/Series.ts:384–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382 }
383
384 getAllData(): ({
385 data: SeriesData,
386 type?: SeriesDataType
387 })[] {
388 const mainData = this.getData();
389 return (mainData && mainData.getLinkedDataAll)
390 ? mainData.getLinkedDataAll()
391 : [{ data: mainData }];
392 }
393
394 setData(data: SeriesData): void {
395 const task = getCurrentTask(this);

Callers 2

getAllSelectedIndicesFunction · 0.80

Calls 2

getDataMethod · 0.95
getLinkedDataAllMethod · 0.80

Tested by

no test coverage detected