Class: Biset

Biset

Biset visualization for relational data.

Constructor

new Biset(root)

Creates a new Biset visualization.
Parameters:
Name Type Description
root SVG element in which the visualization should be rendered
Source:

Members

bundleHeight

Set the height of bundles.
Source:

bundleSpacing

Set the height removed from the bottom of each bundle.
Source:

cornerRadius

Set the corner radius for entities and bundles.
Source:

data

Set the visualization data in the format returned by d3's parse functions.
Source:

domainWidth

Set the width of the domain columns.
Source:

edgeMode

Set the edge display mode which is 'edges', 'bundles', or 'hybrid'.
Source:

entityHeight

Set the height of entities.
Source:

entitySpacing

Set the height removed from the bottom of each entity.
Source:

indicatorWidth

Set the width taken up by the entity frequency indicator.
Source:

margin

Set the initial offset of the visualization from the top left corner.
Source:

minBundleSize

Set the minimum bundle size.
Source:

minBundleSources

Set the minimum number of entities on the left side of a bundle.
Source:

minBundleTargets

Set the minimum number of entities on the right side of a bundle.
Source:

relationWidth

Set the width of the area between domain columns.
Source:

sortMode

Set the sort mode which is 'frequency', 'label', or 'priority'.
Source:

zoomRange

Set the minimum and maximum scale for zooming as a pair of values.
Source:

Methods

clearSelection()

Deselects all selected entities and bundles.
Source:

draw()

Updates the whole visualization.
Source: