Class: VisualUnit

VisualUnit()

new VisualUnit()

Visual Unit is hierarchical component created by VisualGroup. This component accepts layer definitions and creates concrete layer instances from them, binds data and attaches axis to them. It also retreives the domain from the layers and unions them and sets them on corresponding axis instances. This also creates the parent svg groups for all the layers and delegates the rendering to all the layers.
Source:

Methods

(static) getDataModelFromIdentifiers(identifiers)

Parameters:
Name Type Description
identifiers *
Source:

(static) getDefaultTargetContainer()

Source:

(static) getSourceInfo()

Source:

(static) remove()

Source:

(static) updateAxisDomain(domain)

Parameters:
Name Type Description
domain *
Source: