UNPKG

basicprimitives

Version:

Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.

3 lines 170 B
export default function TreeLevelConnectorStackSize() { this.parentsStackSize = 0; /* number of overlapping horiontal connection lines between partners in level */ };