Skip to content
/ d3plus Public
forked from d3plus/d3plus

A javascript library that extends D3.js to enable fast and beautiful visualizations.

License

Notifications You must be signed in to change notification settings

bexodim/d3plus

 
 

Repository files navigation

NPM Release Dependency Status Dependency Status NPM Downloads License


Bar Charts

Tree Maps

Scatter Plots

Stacked Areas

Line Plots

Networks

Box Plots

Pie Charts

Geo Maps

Bubbles

A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.

Helpful Links

Development Environment

Clone the repo:

git clone https://github.com/alexandersimoes/d3plus.git

Move into that directory:

cd d3plus

Install the dependencies:

npm install

Run the gulp process:

gulp

Gulp will run a server on your local machine at port 4000, and whenever you change a source file it will re-compile d3plus.js and reload your browser!

Additionally, the gulp process watches for any files in a directory titles "/tests". If you place all of your test .html files in a directory of that name, the gulp process will also detect any file changes and refresh the browser.

About

A javascript library that extends D3.js to enable fast and beautiful visualizations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CoffeeScript 15.2%