simplejason / dagre-compound-examples

dagre-compound demos for angular react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

dagre-compound demos for angular react

License:MIT License


Languages

Language:TypeScript 66.9%Language:HTML 15.0%Language:JavaScript 8.2%Language:CSS 5.2%Language:Less 4.7%