Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/echarts
/ normalize
Method
normalize
src/scale/breakImpl.ts:142–144 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
140
},
141
142
normalize(val) {
143
return
this._linear.normalize(this.transformIn(val, null));
144
},
145
146
scale(val) {
147
return
this.transformOut(this._linear.scale(val), null);
Callers
nothing calls this directly
Calls
1
transformIn
Method · 0.95
Tested by
no test coverage detected