Namespace: value

commands.value

Methods

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

Finds the individual data point and generates the response for the "value" command.

Parameters:
Name Type Description
data Object

The data from the viz.

Properties
Name Type Description
x Array.<string>

Values of the independent variable.

y Array.<string>

Values of the dependent variable.

options Object

The options supplied to voxlens when creating the viz.

Properties
Name Type Description
yLabel string

The label for the y-axis

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