giotto
Version:
GiottoJS - Visualization Library
36 lines (26 loc) • 1.48 kB
Markdown
<a href="http://giottojs.org">
<img src="https://giottojs.org/giotto-banner.svg" width="400px" alt="GiottoJS">
</a>
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](https://github.com/quantmind/giotto/tree/2015).
[](https://circleci.com/gh/quantmind/giotto)
[](https://david-dm.org/quantmind/giotto)
[](https://david-dm.org/quantmind/giotto#info=devDependencies)
## 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](https://giottojs.org)
or [unpkg](https://unpkg.com/giotto/). For example:
```html
<script src="https://giottojs.org/latest/giotto.js"></script>
```
For the minified version:
```html
<script src="https://giottojs.org/latest/giotto.min.js"></script>
```
## Acknowledgement
This library is built on top of several [d3](https://github.com/d3) libraries
as the [dev dependencies](https://david-dm.org/quantmind/giotto#info=devDependencies)
shows. All these libraries are BSD licensed
> Copyright (c) 2010-2015, Michael Bostock
> All rights reserved.