Skip to content

Updated dependencies and fixed all audit messages. The original repo can be found here: https://github.com/alexandersimoes/d3plus

License

Notifications You must be signed in to change notification settings

feardarkness/d3plus

Repository files navigation

D3plus

Original library: https://github.com/alexandersimoes/d3plus.

The update fixes all vulnerabilities found by npm audit and updates gulp to build the library without issues.

⚠️ Version 2 Incoming ⚠️

This branch is for version 1, which is not being actively maintained. All development has been focused on version 2, which splits the project into many small libraries that are designed to work together.

There will be an announcement when the version 2 modules are feature-complete with everything from version 1, but the water is warm so don't be afraid to jump in.

Click here to view the D3plus 2.0 branch

NPM Release Dependency Status Gitter

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

Helpful Links

Development Environment

Clone this repo:

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

Clone the original repo:

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

Move into that directory:

cd d3plus

Install the dependencies:

npm install

Run the gulp process to start development:

./node_modules/.bin/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.

Generate the library for usage in production:

 ./node_modules/.bin/gulp release

About

Updated dependencies and fixed all audit messages. The original repo can be found here: https://github.com/alexandersimoes/d3plus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published