Example of RTL Tree in Javascript Diagram Control

/
/
RTL Tree

This sample visualizes the concept of artificial intelligence using hierarchical tree layout algorithm.

More Details...

Description

This example shows how to generate a RTL (right to left) tree from an external data source. The orientation property of the layout can be used to generate RTL tree. Injecting Module The diagram component’s features are segregated into individual feature-wise modules. To generate diagrams from an external data source, inject DataBinding module using Diagram.Inject(DataBinding) method. To automatically arrange the objects in a hierarchical structure, inject HierarchicalTree module using Diagram.Inject(HierarchicalTree) method.