(mark, extras)
| 147625 | }); |
| 147626 | } |
| 147627 | function guideMark(mark, extras) { |
| 147628 | if (extras) { |
| 147629 | mark.name = extras.name; |
| 147630 | mark.style = extras.style || mark.style; |
| 147631 | mark.interactive = !!extras.interactive; |
| 147632 | mark.encode = extendEncode(mark.encode, extras, Skip); |
| 147633 | } else mark.interactive = false; |
| 147634 | return mark; |
| 147635 | } |
| 147636 | function legendGradient(spec, scale3, config, userEncode) { |
| 147637 | const _ = lookup(spec, config), vertical = _.isVertical(), thickness = _.gradientThickness(), length = _.gradientLength(); |
| 147638 | let enter, start, stop, width, height; |
no test coverage detected