-
Notifications
You must be signed in to change notification settings - Fork 297
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
SpaceTree Multitree + Bezier Edges + Load JSON = sad edges #168
Comments
How to create this whole JSON this one dynamically from database data?? |
I'm not sure how deep should I go to explain this but basically:
If you need more details, I think you should ask google, open a thread on the google group, ask a stack overflow question or something like that. |
I'm encountering this issue too! |
I'm not aware of a workaround or anything done, sadly. My trees are just ugly on page load. |
Hello everyone!
First of all, please note that this is a copy of the topic on google groups.
Sorry for the double post but the group is flooded with job seekers and my message seems to fit better here.
I have a bug with version 2.0.1 (current stable).
I use it to generate a multitree with bezier edges.
There's no problem when I use addSubtree after a user event, but there's one on loading JSON data.
If I have nodes on the right side of the root node, the edges will go straight from the left side of the root node to the right side of the children nodes.
It should be the opposite sides and bezier curves.
Oddly there's no problem with nodes on the left side.
Code to reproduce, based on multitree demo:
Did I do something wrong?
Do not hesitate to ask if you need more information.
Thanks for your time and attention!
Yannick
The text was updated successfully, but these errors were encountered: