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

Method getFormattedLabel

src/scale/Time.ts:165–171  ·  view source on GitHub ↗
(
        tick: ScaleTick,
        idx: number,
        labelFormatter: TimeAxisLabelFormatterParsed
    )

Source from the content-addressed store, hash-verified

163 }
164
165 getFormattedLabel(
166 tick: ScaleTick,
167 idx: number,
168 labelFormatter: TimeAxisLabelFormatterParsed
169 ): string {
170 return leveledFormat(tick, idx, labelFormatter, this._locale, this._useUTC);
171 }
172
173 getTicks(opt?: ScaleGetTicksOpt): TimeScaleTick[] {
174 opt = opt || {};

Callers

nothing calls this directly

Calls 1

leveledFormatFunction · 0.90

Tested by

no test coverage detected