d3plus

WebJar for d3plus

License

License

MIT
Categories

Categories

Github Development Tools Version Controls
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-alexandersimoes-d3plus
Last Version

Last Version

1.9.8
Release Date

Release Date

Type

Type

jar
Description

Description

d3plus
WebJar for d3plus
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/alexandersimoes/d3plus

Download github-com-alexandersimoes-d3plus

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-alexandersimoes-d3plus/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-alexandersimoes-d3plus</artifactId>
    <version>1.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-alexandersimoes-d3plus/
implementation 'org.webjars.bower:github-com-alexandersimoes-d3plus:1.9.8'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-alexandersimoes-d3plus/
implementation ("org.webjars.bower:github-com-alexandersimoes-d3plus:1.9.8")
'org.webjars.bower:github-com-alexandersimoes-d3plus:jar:1.9.8'
<dependency org="org.webjars.bower" name="github-com-alexandersimoes-d3plus" rev="1.9.8">
  <artifact name="github-com-alexandersimoes-d3plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-alexandersimoes-d3plus', version='1.9.8')
)
libraryDependencies += "org.webjars.bower" % "github-com-alexandersimoes-d3plus" % "1.9.8"
[org.webjars.bower/github-com-alexandersimoes-d3plus "1.9.8"]

Dependencies

compile (6)

Group / Artifact Type Version
org.webjars.bower : numericjs jar [1.2.6,2)
org.webjars.bower : d3 jar [3.5.15,4)
org.webjars.bower » github-com-mikolalysenko-static-kdtree jar 0.0.0-b0d07bdb7c
org.webjars.bower » github-com-mourner-simplify-js jar v1.2.2
org.webjars.bower » heap jar [0.2.6,0.3)
org.webjars.bower : topojson jar [1.6.24,2)

Project Modules

There are no modules declared in this project.

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

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

Versions

Version
1.9.8