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

Method getCategories

src/coord/axisModelCreator.ts:42–42  ·  view source on GitHub ↗
(rawData?: boolean)

Source from the content-addressed store, hash-verified

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

Callers 5

buildAxisLabelFunction · 0.65
axisLabelFunction · 0.65
constructorMethod · 0.65
createScaleByModelFunction · 0.65

Implementers 1

AxisModelsrc/coord/axisModelCreator.ts

Calls

no outgoing calls

Tested by

no test coverage detected