0.1.1 • Published 8 years ago

d3graphs v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

d3graphs

Graphing library built using d3.js release v4..

alt tag

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)... ]