0

Is there a way to dynamically set the height of a D3.js cluster so that it will have the smallest height possible (i.e. the smallest height before the edges of the dendrogram begin to get cut off or nodes start overlapping)?

VividD
  • 10,456
  • 6
  • 64
  • 111
Chris Fritz
  • 1,922
  • 1
  • 19
  • 23

1 Answers1

0

This thread on the D3.js Google Group finally answered the question for me. I also changed my cluster to a tree. Hope this helps someone else with the same problem!

Chris Fritz
  • 1,922
  • 1
  • 19
  • 23