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