How to use the vega.Transform.call function in vega

To help you get started, we’ve selected a few vega 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 / lyra / src / js / transforms / manipulators / Manipulators.js View on Github external
export default function Manipulators(params) {
  Transform.call(this, [], params);
}
github omnisci / vega-transform-omnisci-core / index.js View on Github external
export default function QueryCore(params) {
  Transform.call(this, [], params);
}