NetworkPlot
A d3-based network plot.
Options
- data |
{nodes,links} (required): object withnodesandlinks;nodesshould be an object array of elements with anidproperty,linksan object array with elements having asourceandtargetid. 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