Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 709 Bytes

d3-dag-visualization

DAG (directed acyclic graph) JavaScript visualization with D3. dagre-d3 is used for graph layout and rendering. Good for displaying flowchart and PERT chart-like graphs.

Example Graph

DAG Visualization

Usage

Just open html file in browser, no server is required. Different graphs can be loaded using request parameter, e.g. index.html?graph2.js.

Links

D3 JavaScript Data Visualization library

dagre Graph layout for JavaScript

dagre-d3 D3-based renderer for dagre