mxGraph Reloaded Examples

See also the GitHub repo

Guides

This example demonstrates the guides feature which aligns the current selection to the existing vertices in the graph. This feature is in RFC state. Creating a grid using a canvas and installing a key handler for cursor keys is also demonstrated here, as well as snapping waypoints to terminals.
show source

Merge

This example demonstrates using the mergeChildren function to merge two graphs.
show source

Workflow Monitor

This example demonstrates using a graph to display the current state of a workflow.
show source

Permissions

This example demonstrates creating permissions to define the available operations a the graph.
show source

Thread

This example demonstrates setting overlays in mxGraph from within a timed function.
show source

Validation

This example demonstrates using multiplicities for automatically validating a graph.
show source

Visibility

This example demonstrates using various solutions for hiding and showing cells.
show source