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

Function guideGroup

docs/app/js/sanddance-app.js:147561–147565  ·  view source on GitHub ↗
(mark)

Source from the content-addressed store, hash-verified

147559const SymbolMark = "symbol";
147560const TextMark = "text";
147561function guideGroup(mark) {
147562 mark.type = GroupMark;
147563 mark.interactive = mark.interactive || false;
147564 return mark;
147565}
147566function lookup(spec, config) {
147567 const _ = (name, dflt)=>value(spec[name], value(config[name], dflt));
147568 _.isVertical = (s)=>Vertical === value(spec.direction, config.direction || (s ? config.symbolDirection : config.gradientDirection));

Callers 4

legendSymbolGroupsFunction · 0.70
parseLegendFunction · 0.70
parseTitleFunction · 0.70
parseAxisFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected