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

Function getData

src/component/marker/MarkerModel.ts:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 }
224
225 getData(): SeriesData<this> {
226 return this._data as SeriesData<this>;
227 }
228
229 setData(data: SeriesData) {
230 this._data = data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…