Circular layout for visualizing relationships or network flows with multiple types or categories. This is a modification of d3-chord
to enable another dimension of data to be shown between nodes. Hovering over nodes filters chords for that node. Hovering over a chord will select all chords with the same category.
Sample data shows migration flows between US regions by nativity from 2014-2015 (in thousands). Derived from 2015 US census data Geographic Mobility (Table 12)
forked from chornbaker's block: Chord Diagram with Multiple Categories
https://html5shim.googlecode.com/svn/trunk/html5.js
https://d3js.org/d3.v4.min.js
https://d3js.org/d3-format.v1.min.js
https://d3js.org/d3-queue.v3.min.js
https://d3js.org/d3-selection.v1.min.js