Namespace: googleCharts

libraries.googleCharts

Methods

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

Initiator for Google Charts 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