Bug
I have installed the library initialized the tree using the new constructor. The tree does display; however, the direction is from right to left. However, it should be either from top to bottom or left to right as shown in the demo. Am I supposed to manually fix the issue in the library code itself?
Expected behavior
When I mount the tree in the HTML, the tree and the nodes should be oriented from right to left as in the demo.
Bug
I have installed the library initialized the tree using the new constructor. The tree does display; however, the direction is from right to left. However, it should be either from top to bottom or left to right as shown in the demo. Am I supposed to manually fix the issue in the library code itself?
Expected behavior
When I mount the tree in the HTML, the tree and the nodes should be oriented from right to left as in the demo.