All Projects → quantmind → giotto

quantmind / giotto

Licence: BSD-3-Clause license
d3 based visualization library - svg & canvas

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
GiottoJS

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].