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

Method transformIn

src/scale/Log.ts:179–184  ·  view source on GitHub ↗
(val, opt)

Source from the content-addressed store, hash-verified

177 },
178
179 transformIn(val, opt) {
180 val = logScaleLogTick(val, this.base);
181 return (opt && opt.depth === SCALE_MAPPER_DEPTH_OUT_OF_BREAK)
182 ? val
183 : this.intervalStub.transformIn(val, opt);
184 },
185
186 transformOut(val, opt) {
187 const depth = opt ? opt.depth : null;

Callers 2

metricLiPosMinGapImplFunction · 0.45

Calls 1

logScaleLogTickFunction · 0.90

Tested by

no test coverage detected