Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ getNormalizer
Method
getNormalizer
src/visual/VisualMapping.ts:213–215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
}
212
213
getNormalizer() {
214
return
zrUtil.bind(this._normalizeData, this);
215
}
216
217
static visualHandlers: {[key in BuiltinVisualProperty]: VisualHandler} = {
218
color: {
Callers
1
_renderOnGeo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected