Namespace: instructions

commands.instructions

Methods

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

Generates the response for the "instructions" command.

Parameters:
Name Type Description
data Object

The data from the viz.

options Object

The options supplied to voxlens when creating the viz.

Properties
Name Type Description
xLabel string

Label for the x-axis.

yLabel number

Label for the y-axis.

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