giotto
v0.1.3
Published
GiottoJS - Visualization Library
Downloads
21
Maintainers
Readme
D3 based visualization library.
The master branch is currently under active development and not ready for anything useful. It is a complete rewrite using d3 v 4 as dependency. For the original code, check the 2015 branch.
Installing
If you use npm, npm install giotto
.
The released bundle supports anonymous AMD, CommonJS, and vanilla environments.
You can load directly from giottojs.org
or unpkg. For example:
<script src="https://giottojs.org/latest/giotto.js"></script>
For the minified version:
<script src="https://giottojs.org/latest/giotto.min.js"></script>
Acknowledgement
This library is built on top of several d3 libraries as the dev dependencies shows. All these libraries are BSD licensed
Copyright (c) 2010-2015, Michael Bostock All rights reserved.