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

Method normalize

src/scale/Log.ts:169–171  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

167 },
168
169 normalize(val) {
170 return this.intervalStub.normalize(logScaleLogTick(val, this.base));
171 },
172
173 scale(val) {
174 // PENDING: Input `intervalStub.getExtent()` and `powStub.getExtent()` may

Callers 7

tangentAtMethod · 0.45
beforeUpdateMethod · 0.45
adjustEdgeFunction · 0.45
forceLayoutFunction · 0.45
circularLayoutFunction · 0.45
dataToCoordMethod · 0.45

Calls 1

logScaleLogTickFunction · 0.90

Tested by

no test coverage detected