I want to make a tree view reverse i mean from bottom to up. what changes should i make here is the js fiddle link
Asked
Active
Viewed 370 times
1
-
1Have a look at this answer from Bostock: http://stackoverflow.com/questions/11673335/tree-drawing-orientation – Gerardo Furtado May 09 '16 at 14:15
-
thanks. but its very complex. not helping out for me. – TerribleDeveloper May 10 '16 at 06:47
-
https://plnkr.co/edit/FMPWuwf7RHJCxc37xRaq?p=preview – TerribleDeveloper May 10 '16 at 08:00
1 Answers
1
If you want to flip vertically, make y as -y If you want to flip horizontally, make x as -x

user2515112
- 28
- 3