Class: module.exports

GenericLayout.module.exports(mountPoint, measurement, config, dependencies)

new module.exports(mountPoint, measurement, config, dependencies)

Creates an instance of TableLayout.
Parameters:
Name Type Description
mountPoint HTMLElement DOM element/d3 selection where the layout is to be mounted
measurement Object The dimensions of the layout
config Object configuration to be given for the layout
dependencies Object external dependencies.
Source:

GenericLayout.module.exports(matrices, mountPoint, measurement, config)

new module.exports(matrices, mountPoint, measurement, config)

Creates an instance of TableLayout.
Parameters:
Name Type Description
matrices HTMLElement Set of upto 9 matrices containing the cells to be rendered
mountPoint HTMLElement DOM element/d3 selection where the layout is to be mounted
measurement Object The dimensions of the layout
config Object external configurations.
Source: