All examples By author By category About

Jverma

Hive Plot with mouseover

Attempt at understanding Hive Plot and creating a D3 visual. Mouseover at each node shows the name and type of the node.

"Hive plots define a linear layout for nodes, grouping nodes by type and arranging them along radial axes based on some property of data. The explicit position encoding has the potential to better reveal the network structure while communicating additional information." - Mike Bostock's blog on Hive Plots.