how to expand child node as vertically - D3 chart?

Viewed 17

I'm using below d3 v3 for Employees Hierarchy Chart

image

Example

now, the problem is when we have too many child nodes it expands horizontally, making the view too long

let's say the parent node has 19 child nodes

too many nodes image

can we expand the child node vertically?

like this vertical if possible

0 Answers
Related