Questions tagged [bundle-layout]

A visualization technique designed specifically to display adjacency relations on top of a tree structure.

This is the first paper on bundle layout.

D3 visualization library implements bundle layout this way.

An example visualization created with D3 bundle layout:

Example Visualization

37 questions
1
vote
1 answer

Continuously changing bundle coloring in D3 bundle layout

Aloha, is there any possibility to make the bundles in this visualization: ... look just like the bundles in that visualization ? I have no idea how to achieve this in d3. EDIT 1: Obviously I have to write a custom interpolator. How can I extend…
DeepBlue
  • 149
  • 1
  • 12
1
vote
1 answer

Format of json data for D3 bundle layout

I am trying to draw a bundle graph very similar to the one in this example, http://bl.ocks.org/1044242#index.html I would really appreciate if anyone can help me out to figure out how "readme.json" file is supposed to look like.
s_curry_s
  • 3,332
  • 9
  • 32
  • 47
1
vote
0 answers

Pie layout and bundle layout on same svg using d3.js?

I'm trying to create something that's like D3 hierarchical bundling: http://mbostock.github.com/d3/talk/20111116/bundle.html Only instead of the of labelling each node, I'd like an arc at the top - like the pie…
BZ.
  • 1,928
  • 2
  • 17
  • 26
0
votes
1 answer

d3.js Hierarchical Edge Bundling node color change on click

I am new to d3.js, and I am trying to modify the Hierarchical Edge Bundling from this link: https://bl.ocks.org/mbostock/7607999. I have removed the links being displayed on hover, and put the on click instead. I would like to do the same with the…
MorganFR
  • 331
  • 3
  • 19
0
votes
1 answer

Multilevel Hierarchical Edge Bundling

I want to implement multilevel hierarchical edge bundling. By that I means I want to inculcate the behavior of radial tree like hierarchy and edge bundling like in Hierarchical Edge Bundling. The sample visualization is Radial Hierarchical…
user3050590
  • 1,656
  • 4
  • 21
  • 40
0
votes
0 answers

Hierarchical Edge Bundling - Automatically Generated Arcs in Radial Dendogram and Color

Back in October 2012, this question was posed ( d3.js - how to automatically calculate arc lengths in radial dendrogram ) on how to generate arcs in a radial dendogram to denote groups. User "wceo" posted an elegant solution that works very…
Lokitez
  • 205
  • 1
  • 3
  • 11
0
votes
2 answers

Hierarchial edge bundling in d3 is not working on my mac

I just downloaded d3 on my mac and started exploring the examples inside the folder by opening them in firefox. Most of them are working fine except bundle maps. Could any one please help me what is going on ?
ferrelwill
  • 771
  • 2
  • 8
  • 20
1 2
3