Namespace: range

commands.range

Methods

(static) module.exports(data, options) → {object}

Generates the response for the "range" command.

Parameters:
Name Type Description
data Object

The data from the viz.

Properties
Name Type Description
y Array.<string>

Values of the dependent variable.

options Object

The options supplied to voxlens when creating the viz.

Properties
Name Type Description
key string

key for the y-axis.

Source:
Returns:
  • Response for the "range" command.
Type
object