This sample visualizes the concept of artificial intelligence using hierarchical tree layout algorithm.
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 into{" "}
services
. To automatically arrange the objects in a
hierarchical structure, inject
HierarchicalTree
module into services
.