Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koops/canviz
Fork of Canviz by Ryan Schmidt
https://github.com/koops/canviz
Last synced: 5 days ago
JSON representation
Fork of Canviz by Ryan Schmidt
- Host: GitHub
- URL: https://github.com/koops/canviz
- Owner: koops
- License: mit
- Created: 2011-03-29T22:54:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-29T23:03:43.000Z (over 13 years ago)
- Last Synced: 2024-08-01T12:35:55.716Z (3 months ago)
- Language: JavaScript
- Homepage: http://code.google.com/p/canviz/
- Size: 1.19 MB
- Stars: 42
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE-ColorBrewer.txt
Awesome Lists containing this project
- awesome-starred - koops/canviz - Fork of Canviz by Ryan Schmidt (others)
README
CANVIZ
======Introduction
------------Canviz is a library for drawing Graphviz graphs to a web browser canvas. It is
designed to be used by web applications that need to display or edit graphs, as
a replacement for sending graphs as bitmapped images and image maps.For more information, please visit the Canviz web site at http://canviz.org/ .
License
-------Canviz is provided under the terms of the MIT license. See the file LICENSE.txt.
This product includes color specifications and designs developed by Cynthia
Brewer (http://colorbrewer.org/). Use of the ColorBrewer color schemes is
subject to a separate license. See the file LICENSE-ColorBrewer.txt.Canviz requires the use of some other software, including the Path, Prototype
and Excanvas libraries, and the Graphviz software, which have licenses of their
own.