I want to render something like this:
As you can see, each node in this tree has a left and a bottom border to outline the structure of this tree (to make it easier for users to read the tree structure).
I’ve checked the Border type, but it seems that it doesn’t offer this kind of feature.
Any idea how to implement this? Or any other suggestion to make tree structures more readable which is easier to implement?
Btw my current implementation looks like this, it looks ugly…
https://imgur.com/a/gXdWv8v (using link because I’m only able to put one image in a post)
I want to improve it, any help is appreciated!

