| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
✅ Deploy Preview for svelteplot ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Sorry, something went wrong.
Add d3-force-based layout transform for network/graph visualizations. Two-tier API: forceLayout() for direct use, and forceNode()/forceLink() factory pair following the *Node/*Link convention with shared simulation cache. Configurable forces (charge, center, link, collide, x, y, radial) with number shorthand and false-to-disable support. Includes 8 examples (graph variants, bubble chart), doc page with live examples and full options reference, 16 VR baselines, and 20 unit tests covering both API tiers, edge cases, and cache behavior. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
I think I'm going to hold off on this transform for the 1.0 milestone for two reasons:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Add a d3-force-based layout transform for network/graph visualizations.
What's included
Design decisions
Related issues
Test plan
🤖 Generated with Claude Code