mwbouwkamp-mendix / treeGraphWidgets

1 stars 1 forks source link

treeGraphWidgets

The TreeGraphWidgets module contains three pluggable Mendix widgets for displaying data organized as a tree or chart. This includes: OrgCharg (organograms), TreeList (tree data) and PertChart (Pert diagrams).

Features

General

The widgets take care of visualizing data for trees and graphs. This will give the developer full freedom to implement the business logic using the toolbox Mendix provides to build UI elements and logic.

OrgChart

Displays an organizational chart. Positions the nodes relative to their parent nodes. In case multiple root nodes are available in the dataset, the organizational chart of the first node in the data will be presented.

The widget supports panning, scrolling and zooming using the mouse.

TreeList

Displays hierarchical data in a tree list. Supports indentation of child nodes relative to their parent nodes.

PertChart

Displays a graph. Positions the nodes relative to their parent nodes.

The widget supports panning, scrolling and zooming using the mouse.

Usage

General

Tip: make use of the sample implementation included in the project

OrgChart

TreeList

PertChart

Demo project

https://breakdownstructure-sandbox.mxapps.io/ (demo_administrator, XhbOCrXTnkl2)

Issues, suggestions and feature requests

https://github.com/mwbouwkamp-mendix/treeGraphWidgets/

Development and contribution

Contact autor

Author

marco.bouwkamp@mendixlabs.com