MCPcopy Create free account
hub / github.com/microsoft/SandDance / scaleCount

Function scaleCount

docs/tests/v2/es6/js/sanddance.js:136185–136189  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

136183}
136184
136185function scaleCount(spec) {
136186 return _constants.LegendScales.reduce(function (count, type) {
136187 return count + (spec[type] ? 1 : 0);
136188 }, 0);
136189}
136190
136191function buildLegendEncode(_, config) {
136192 var encode = {

Callers 1

legendTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected