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