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 Clone the repository Install dependencies npm install Run the example npm run dev