Class: exports

exports(registry, dependencies)

new exports(registry, dependencies)

Creates instance of visualization unit.
Parameters:
Name Type Description
registry Object Component registry
dependencies Object Dependencies required by visual unit.
Source:

exports(text)

exports(container, className)

new exports(container, className)

Initializes the tooltip with the container element and configuration
Parameters:
Name Type Description
container HTMLElement container where the tooltip will be mounted.
className string Class name of the tooltip.
Source: