Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ scaleType
Function
scaleType
docs/app/js/sanddance-app.js:149712–149714 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
149710
return
ref(this.getScale(name));
149711
},
149712
scaleType (name) {
149713
return
this.getScale(name).params.
type
;
149714
},
149715
projectionRef (name) {
149716
return
this.scaleRef(name);
149717
},
Callers
nothing calls this directly
Calls
1
getScale
Method · 0.45
Tested by
no test coverage detected