(name, spec, marks)
| 148574 | return (0, _vegaFunctions.parseExpression)(`max(ceil(sqrt(${size})+${strokeWidth}),${fontSize})`, scope); |
| 148575 | } |
| 148576 | function getChannel(name, spec, marks) { |
| 148577 | return spec[name] ? `scale("${spec[name]}",datum)` : getEncoding(name, marks[0].encode); |
| 148578 | } |
| 148579 | function getFontSize(encode, scope, style) { |
| 148580 | return getEncoding("fontSize", encode) || getStyle("fontSize", scope, style); |
| 148581 | } |
no test coverage detected