d3-plugins-sankey

WebJar for d3-plugins-sankey

License

License

BSD 2-Clause
Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

d3-plugins-sankey
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

d3-plugins-sankey
WebJar for d3-plugins-sankey
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/squidsolutions/d3-plugins-sankey

Download d3-plugins-sankey

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : d3 jar [3,4)

Project Modules

There are no modules declared in this project.

d3-sankey

A fork of D3js's Sankey plugin

Demo: http://bost.ocks.org/mike/sankey/

var sankey = d3.sankey()
    .size([width, height])
    .nodeWidth(15)
    .nodePadding(10)
    .nodes(energy.nodes)
    .links(energy.links)
    .layout(32);
var path = sankey.link();
org.webjars.bower

Squid Solutions

Versions

Version
1.1.0