Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

The router tree display is being clipped at the top #401

Closed
barretodavid opened this issue May 19, 2016 · 2 comments
Closed

The router tree display is being clipped at the top #401

barretodavid opened this issue May 19, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@barretodavid
Copy link

When the router tree is too big, the top part of the graph is clipped and is not visible. The scrollbar doesn't seem to be working properly.

screen shot 2016-05-19 at 11 39 13 am

@sumitarora sumitarora added the bug label May 19, 2016
@sumitarora sumitarora self-assigned this May 19, 2016
@andrewlo
Copy link

andrewlo commented Aug 9, 2016

This is because the svg element dimensions are hardcoded at 1000 x 500 in the router tree.

https://groups.google.com/forum/#!topic/d3-js/7Js0dGrnyek
http://stackoverflow.com/questions/22006483/how-to-set-svgsdraw-by-d3-js-height-based-on-the-content

@sumitarora
Copy link
Member

@andrewlo we know the issue just need to fix it. Can you check if increasing dimension fixes the issue or we have to make it dynamic which might be trivial ?

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

No branches or pull requests

6 participants