0.2.3 • Published 6 years ago

invenio-charts-js v0.2.3

Weekly downloads
9
License
GPL-2.0
Repository
github
Last release
6 years ago

invenio-charts-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

PackageVersion
d34.10
d3-tip0.71
d3-svg-legend2.24
lodash4.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