Skip to content

CERNDocumentServer/invenio-stats-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e88f962 · Aug 24, 2017

History

20 Commits
Aug 24, 2017
Aug 23, 2017
Aug 23, 2017
Jul 13, 2017
Aug 7, 2017
Aug 23, 2017
Aug 23, 2017
Jul 19, 2017
Jul 13, 2017
Aug 24, 2017
Jul 19, 2017
Aug 24, 2017
Aug 24, 2017
Aug 23, 2017
Aug 24, 2017
Aug 23, 2017
Jul 13, 2017

Repository files navigation

invenio-stats-js

Release LICENSE

Invenio-Statistics is a reusable client library for integrating charts into modern web apps. All charts are built with D3.js.

Installation

With npm installed, run:

$ npm i

Dependencies

Package Version
d3 4.10
d3-tip 0.71
d3-svg-legend 2.24
lodash 4.17

Demo

With npm installed, run:

$ npm run examples
$ cd examples
$ npm i
$ ./node_modules/http-server/bin/http-server ../

Then, navigate to http://localhost:8080/examples to see the demo.

Tests

$ npm test

Docs

Generate the docs

$ npm run docs

Open the docs page in your browser

$ firefox docs/index.html

Usage

Getting started guide

License

GNU GPLv2