(encode, scope, style)
| 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 | } |
| 148582 | const angleExpr = `item.orient==="${Left}"?-90:item.orient==="${Right}"?90:0`; |
| 148583 | function parseTitle(spec, scope) { |
| 148584 | spec = (0, _vegaUtil.isString)(spec) ? { |
no test coverage detected