fix(ForceSimulation): Decouple from ChartContext by taking nodes and links via data prop. (#526)
ChartContext
data
fix(ForceSimulation): Improve types of nodes and links via generics (i.e. ForceSimulation<Node, Link>). (#527)
nodes
links
ForceSimulation<Node, Link>
fix(ForceSimulation): Expose links via children snippet.
children