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

Method getLabel

src/scale/Log.ts:156–161  ·  view source on GitHub ↗
(
        data: ScaleTick,
        opt?: IntervalScaleGetLabelOpt
    )

Source from the content-addressed store, hash-verified

154 }
155
156 getLabel(
157 data: ScaleTick,
158 opt?: IntervalScaleGetLabelOpt
159 ) {
160 return this.intervalStub.getLabel(data, opt);
161 }
162
163 static mapperMethods: DecoratedScaleMapperMethods<LogScale> = {
164

Callers 9

interval.test.tsFile · 0.45
renderMethod · 0.45
getValueLabelFunction · 0.45
formatLabelFunction · 0.45
createAxisLabelsFunction · 0.45
makeRealNumberLabelsFunction · 0.45
makeLabelFormatterFunction · 0.45
getAxisRawValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected