Popularity
4.2
Declining
Activity
5.1
-
1,623
83
191

Description

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

Code Quality Rank: L2
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Data Visualization     D3     Charts     SVG     Charting     Data     Visualization     Animation     D3plus    
Latest version: v1.9.8

d3plus alternatives and similar libraries

Based on the "d3" category.
Alternatively, view d3plus alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of d3plus or a related project?

Add another 'd3' Library

README

d3plus

NPM Release Build Status Dependency Status Gitter

D3plus is a JavaScript re-usable chart library that extends the popular D3.js to enable the easy creation of beautiful visualizations.

Installing

If you use NPM, npm install d3plus. Otherwise, download the latest release. ES modules, AMD, CommonJS, and vanilla environments are supported. In vanilla, a d3plus global is exported:

<script src="https://cdn.jsdelivr.net/npm/d3plus@2"></script>
<script>
  console.log(d3plus);
</script>

Resources

Modules

D3plus 2.0 is a collection of modules that are designed to work together; you can use the modules independently, or you can use them together as part of the default build. The source and documentation for each module is available in its repository. Follow the links below to learn more.

React Usage