Explains how to create and manage a graph using JavaScript
instead of, or in addition to, a data store.
In this section
- Creating the application
-
Describes how to create the skeleton of your application using JavaScript.
-
- Creating a surface and a graph
-
Describes how to create a surface and a graph.
-
- Creating a diagram
-
Describes how to create a Diagram widget as an alternative to a surface and a graph.
-
- Creating nodes
-
Describes how to create nodes in your graph.
-
- Creating links
-
Explains how to create links in your graph.
-
- Creating ports
-
Explains how to create ports for your links.
-
- Creating subgraphs
-
Explains how to create subgraphs in your graph.
-
- Creating swimlanes
-
Explains how to create swimlanes.
-
- Setting node and link properties
-
Describes the properties that can be set on nodes and links.
-
- Defining custom node and link templates
-
Describes how to create custom templates.
-
- Applying a graph layout
-
Explains how to apply built-in graph layout algorithms to your graph.
-
Current section