React + D3 exploration with the force layout:
- React for structure
- D3 for data calculation
- D3 for rendering
Pro:
- The viz scales!
- Use all the d3 functions!
Con:
license: gpl-3.0 |
React + D3 exploration with the force layout:
Pro:
Con:
license: mit |
React + D3 exploration with the force layout:
Pro:
Con:
license: gpl-3.0 |
This is a really simple (and kind of cheap) way to ensure as little link overlap as possible in a force-directed graph. It is inspired by Moritz Stefaner's Force-based label placement, where he uses invisible nodes to avoid overlap of text labels.
In this example, I've taken the classic force-directed graph example of the Les Miserables dataset, and made two simple tweaks: I use the links array to calculate the invisible nodes, and place the nodes at the halfway point of each link. Conceptually, it is very similar to Mike Bostock's Curved Links.
license: mit |
Spread of tweets during the two days of Openvis Conf.
--
Built with blockbuilder.org
forked from sxywu's block: openvis tweets #1
forked from sxywu's block: openvis tweets #2
React + D3 exploration with the force layout:
Pro:
license: gpl-3.0 |