/dagre-compound-examples

dagre-compound demos for angular react

Primary LanguageTypeScriptMIT LicenseMIT

dagre-compound examples

dagre-compound A multi-level compound graph layout library based on dagre.

📦 Installation

$ git clone git@github.com:simplejason/dagre-compound-examples.git
$ cd dagre-compound-examples

Before starting

Make sure you have a react or angular development environment configured on your computer

React demo

$ cd react-compound-examples/
$ npm install
$ npm run start

Angular demo

$ cd ng-compound-examples/
$ npm install
$ npm run start

Snapshot

image