d3graphs
v0.1.1
Published
Graphing library built using d3.js release v4.*.*
Downloads
3
Readme
d3graphs
Graphing library built using d3.js release v4..
Installation
From the Repository:
git clone https://github.com/GabrielAlacchi/d3graphs.git
npm install
Usage
es2015 + Babel
If you want to use the es2015 source directly, you can import from d3graphs.js from the lib/ folder.
import d3graphs from 'lib/d3graphs'
var d3graphs = require('d3graphs')
plugins: ['babel-plugin-transform-builtin-extend', {globals: ["Error", "Array"]}, (other plugins)... ]