This is an ultimate comparison of different Javascript Graphic Frameworks. This has been implement as a part of a student project.
If you found an error in the comparison, please open a ticket in the github repository of this project.
- Install dependencies
npm install
- Start webserver
npm start
- Alternatively start development mode
npm run dev
- Setup Git
- Setup Travis
- Changes to
.travis.yml
are not required
- Changes to
- Create a personal access token
- Add the environment variable
GITHUB_TOKEN
to travis
The code below shows a sample element.
# Template - http://www.example.com
## Drag & Drop
- Yes
- Manually
## Angular2 Support
- Yes
- No
## Straight Line
- Yes
- Manually
## Label On Line
- Yes
- Manually
## Arrow Heads
- Yes
- Manually
## Scaling
- Yes
- Manually
## Rendering Method
- SVG
- Canvas
- HTML
## Different Edge Types
- Yes
- No
## Explicit Data Model
- Yes
- No
- Partially
## Docking Points
- Yes
- No
## Connection Types
- Orthogonal
- Other
## Performance
- Fast
- Slow
The content is licensed under CC0-1.0.