Namespace: chartJS

libraries.chartJS

Methods

(static) module.exports(viewportElement, data) → {Object}

Initiator for ChartJS library to connect with voxlens

Parameters:
Name Type Description
viewportElement Object

Object that contains the container for the viz.

data Array.<Object>

The raw json data used to create the viz.

Source:
Returns:
  • Object containing the viewport element, data, and options
Type
Object