JSPM

  • Created
  • Published
  • Downloads 6815521
  • Score
    100M100P100Q225288F
  • License BSD-3-Clause

Visualize relationships or network flow with an aesthetically-pleasing circular layout.

Package Exports

  • d3-chord

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (d3-chord) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

d3-chord

Visualize relationships or network flow with an aesthetically-pleasing circular layout.

Installing

If you use NPM, npm install d3-chord. Otherwise, download the latest release. You can also load directly from d3js.org, either as a standalone library or as part of D3 4.0 alpha. AMD, CommonJS, and vanilla environments are supported. In vanilla, a d3_chord global is exported:

<script src="https://d3js.org/d3-path.v0.1.min.js"></script>
<script src="https://d3js.org/d3-chord.v0.0.min.js"></script>
<script>

var ribbon = d3_chord.ribbon();

</script>

Try d3-chord in your browser.

API Reference

# d3.ribbon()