MCPcopy Index your code
hub / github.com/microsoft/SandDance / isValidScaleType

Function isValidScaleType

docs/app/js/sanddance-app.js:126939–126941  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

126937scale(Band, band, Discrete);
126938scale(Point, point, Discrete);
126939function isValidScaleType(type) {
126940 return (0, _vegaUtil.hasOwnProperty)(scales, type);
126941}
126942function hasType(key, type) {
126943 const s = scales[key];
126944 return s && s.metadata[type];

Callers 1

scaleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected