(view, spec, expr)
| 142281 | return r.svg(); |
| 142282 | } |
| 142283 | function runtime(view, spec, expr) { |
| 142284 | return (0, _vegaRuntime.context)(view, (0, _vegaDataflow.transforms), (0, _vegaFunctions.functionContext), expr).parse(spec); |
| 142285 | } |
| 142286 | function scale(name) { |
| 142287 | var scales = this._runtime.scales; |
| 142288 | if (!(0, _vegaUtil.hasOwnProperty)(scales, name)) (0, _vegaUtil.error)("Unrecognized scale or projection: " + name); |