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

Method getOrdinalMeta

src/coord/axisModelCreator.ts:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41export interface AxisModelExtendedInCreator {
42 getCategories(rawData?: boolean): OrdinalRawValue[] | CategoryAxisBaseOption['data']
43 getOrdinalMeta(): OrdinalMeta
44 updateAxisBreaks(payload: BaseAxisBreakPayload): AxisBreakUpdateResult;
45}
46

Callers 7

getInitialDataMethod · 0.65
injectOrdinalMetaFunction · 0.65
_getCategoryMethod · 0.65
createScaleByModelFunction · 0.65
getOrdinalMetaMethod · 0.65

Implementers 1

AxisModelsrc/coord/axisModelCreator.ts

Calls

no outgoing calls

Tested by

no test coverage detected