tags:
- D3.js
- webcomponent
- JS
alias:
date: "2022-10-13 @ 11:20"
A Web Components to represent a graph data structure in a 2-dimensional canvas using a force-directed iterative layout. Uses HTML5 canvas for rendering and d3-force for the underlying physics engine. Supports canvas zooming/panning, node dragging and node/link hover/click interactions.