How to use the vega-runtime.context function in vega-runtime

To help you get started, we’ve selected a few vega-runtime examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github vega / vega / src / view / runtime.js View on Github external
export default function(view, spec) {
  var fn = {},
      ctx = context(view, transforms, fn);
  return parse(spec, functions(fn, ctx));
}

vega-runtime

Runtime support for Vega dataflows.

BSD-3-Clause
Latest version published 1 year ago

Package Health Score

80 / 100
Full package analysis

Popular vega-runtime functions