REACT USE CASES
USER INTERFACE EVENTS & OPTIONS
ORGANIZATIONAL CHART LAYOUT OPTIONS
FAMILY DIAGRAM LAYOUT USE CASES
ITEM TEMPLATE USE CASES
ANNOTATIONS
Current Version: 5.6.0
Labels cascades over connection lines in family chart
Family chart control provides connection lines labels binding multiple nodes together. In the following example we create cascade of labels from common parent down to its children. If two labels create mutually exclusive bundles the first label wins.
See
primitives.famdiagram.LabelAnnotationConfig
for properties. By default labels display regular text label, but they can be styled the same way as items of diagram. See templateName
option of LabelAnnotationConfig
and defaulLabelAnnotationTemplate
of FamDiagram
config` property.Have questions? Ask for help on Github.