0.1.3 • Published 7 years ago

giotto v0.1.3

Weekly downloads
20
License
BSD-3-Clause
Repository
github
Last release
7 years ago

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.

CircleCI Dependency Status devDependency Status

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.