Description
A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.
d3plus alternatives and similar libraries
Based on the "d3" category.
Alternatively, view d3plus alternatives based on common mentions on social networks and blogs.
-
p5.js
p5.js is a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing. -
mxGraph
Diagramming library that enables interactive graph and charting applications to be quickly created that run natively in any major browser that is supported by its vendor. -
processing.js
Processing.js makes your data visualizations work using web standards and without any plug-ins -
jquery.sparkline
A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of d3plus or a related project?
README
D3plus
⚠️ 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
A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.
Helpful Links
- Getting Started
- Live Examples
- Documentation
- Bug Reporting
- Google Group Discussions
- Help with the Localization
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.