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

Method getData

src/util/types.ts:161–161  ·  view source on GitHub ↗
(dataType?: SeriesDataType)

Source from the content-addressed store, hash-verified

159
160export interface DataHost {
161 getData(dataType?: SeriesDataType): SeriesData;
162}
163
164export interface DataModel extends Model<unknown>, DataHost, DataFormatMixin {

Callers 15

getData0Function · 0.65
getData0Function · 0.65
layoutPerAxisPerSeriesFunction · 0.65
overallResetFunction · 0.65
createProgressiveLayoutFunction · 0.65
pointsLayoutFunction · 0.65
getDataParamsMethod · 0.65
getFormattedLabelMethod · 0.65
getRawValueMethod · 0.65

Implementers 3

LegendModelsrc/component/legend/LegendModel.ts
TimelineModelsrc/component/timeline/TimelineModel.t
SeriesModelsrc/model/Series.ts

Calls

no outgoing calls

Tested by 2

getData0Function · 0.52
getData0Function · 0.52