Skip to content
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

Large tress render poorly #5

Open
sukima opened this issue Jun 9, 2016 · 1 comment
Open

Large tress render poorly #5

sukima opened this issue Jun 9, 2016 · 1 comment

Comments

@sukima
Copy link

sukima commented Jun 9, 2016

If you have a large route tree the graph has some difficulty sizing itself:

screen shot 2016-06-08 at 22 58 38

I am unable to link to a reproducible version because the queryString is so long the browser says fsck that and removes it. Instead here is a sample route tree in a gist

@sheriffderek
Copy link

@sukima I've noticed this with as little as 3-deep nesting. Part of the issue seems to be how the svg is created - with a specific width, but also - it's a larger layout issue. What would you suggest? I was thinking there could be a full-width <section class='tree-wrapper'> or something with width: 100%; and then it's child to have an overflow scroll situation so that the tree could scroll horizontally. There needs to be a plan or some sort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants