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

Function Stack

docs/app/js/sanddance-app.js:130146–130148  ·  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

130144 * @param {function(object,object): number} [params.sort] - A comparator for stack sorting.
130145 * @param {string} [offset='zero'] - Stack baseline offset. One of 'zero', 'center', 'normalize'.
130146 */ function Stack(params) {
130147 (0, _vegaDataflow.Transform).call(this, null, params);
130148}
130149Stack.Definition = {
130150 "type": "Stack",
130151 "metadata": {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected