MCPcopy Create free account
hub / github.com/microsoft/SandDance / Stack

Function Stack

docs/tests/v2/es6/js/sanddance.js:111251–111253  ·  view source on GitHub ↗

* Stack layout for visualization elements. * @constructor * @param {object} params - The parameters for this operator. * @param {function(object): *} params.field - The value field to stack. * @param {Array } [params.groupby] - An array of accessors to groupby. * @param {fun

(params)

Source from the content-addressed store, hash-verified

111249 */
111250
111251function Stack(params) {
111252 _vegaDataflow.Transform.call(this, null, params);
111253}
111254
111255Stack.Definition = {
111256 "type": "Stack",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected