LayerChart
All releases

Minor Changes

  • fix(ForceSimulation): Decouple from ChartContext by taking nodes and links via data prop. (#526)

  • fix(ForceSimulation): Improve types of nodes and links via generics (i.e. ForceSimulation<Node, Link>). (#527)

  • fix(ForceSimulation): Expose links via children snippet.

Edit this page