An angular tree diagram is a Hierarchical UI module.
Features
- Drag and drop
- Zoom and pan
- Configurable node width/height
- Add/remove nodes
- Tree-like UI
- Pure CSS relation lines
- No dependencies
How to make use of it:
Usage
<tree-diagram [data]="data"></tree-diagram>
data = { json: [ { "guid": "bc4c7a02-5379-4046-92be-12c67af4295a", "displayName": "Elentrix", "children": [ "85d412c2-ebc1-4d56-96c9-7da433ac9bb2", "28aac445-83b1-464d-9695-a4157dab6eac" ] }, ... ], config: { nodeWidth: 200, nodeHeight: 100 } }
See Demo And Download
Official Website(Rement): Click Here
This superior jQuery/javascript plugin is developed by Rement. For extra Advanced usage, please go to the official website.