-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
observable examples #11
Comments
Hello, I'm struggling to draw a tree in a browser using different sized nodes and saw you examples, but on your 'simple example' I cannot see anything in the svg, it's code is |
@AGenchev the observable examples were some of my first, so they don’t render automatically. This is clumsy but click the three vertical dots and edit. Then hit the play button next to the block. I will try to fix tonight. Flex tree allows for non-uniform size and spacing. For a little more discussion on uniform size/spacing see https://www.jsinr.me/2017/11/13/visualizing-trees--partition---sankey/. |
Uh, O.K. thanks, I didn't know it doesn't auto-run. Now I see unequal squares, which was the goal I guess. It still lacks connecting lines but is something to experiment with. I'll try to render hierarchical data like this: |
Mate, do you have a solution for updating the node size of an individual node onClick with this flex-tree? |
I just published two examples on Observable in case anyone is interested.
Just learning Observable, so I apologize if I did anything in a non-best-practice kind of way.
The text was updated successfully, but these errors were encountered: