NetworkPlot
A d3-based network plot.
Options
- data |
{nodes,links} (required)
: object withnodes
andlinks
;nodes
should be an object array of elements with anid
property,links
an object array with elements having asource
andtarget
id. Default:none
. - width |
number
: width of the plot (in px). Default:900
. - height |
number
: height of the plot (in px). Default:600
.
Examples
Live Editor
Result
ReferenceError: Provider is not defined