Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
tangentAt
Method · 0.45
beforeUpdate
Method · 0.45
adjustEdge
Function · 0.45
forceLayout
Function · 0.45
circularLayout
Function · 0.45
dataToCoord
Method · 0.45
fillLabelNameOverflowOnOneDimension
Function · 0.45
Calls
1
logScaleLogTick
Function · 0.90
Tested by
no test coverage detected