Skip to main content

NetworkPlot

A d3-based network plot.

Options

  • data | {nodes,links} (required): object with nodes and links; nodes should be an object array of elements with an id property, links an object array with elements having a source and target 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