Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 372 Bytes

Basic Dagre

A basic example of how to write a directed acyclic graph (DAG) using dagre-d3.

This is a companion to my guide, DAGs in D3.

Usage

  1. Clone the repository
  2. Install dependencies
    npm install
  3. Run the example
    npm run dev