MCPcopy Index your code
hub / github.com/apache/echarts / appendData

Method appendData

src/data/SeriesData.ts:568–571  ·  view source on GitHub ↗

* Caution: Can be only called on raw data (before `this._indices` created).

(data: ArrayLike<any>)

Source from the content-addressed store, hash-verified

566 * Caution: Can be only called on raw data (before `this._indices` created).
567 */
568 appendData(data: ArrayLike<any>): void {
569 const range = this._store.appendData(data);
570 this._doInit(range[0], range[1]);
571 }
572 /**
573 * Caution: Can be only called on raw data (before `this._indices` created).
574 * This method does not modify `rawData` (`dataProvider`), but only

Callers 1

testArrayRowsInSourceFunction · 0.95

Calls 2

_doInitMethod · 0.95
appendDataMethod · 0.65

Tested by 1

testArrayRowsInSourceFunction · 0.76