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

Can't Zoom Out to Show Full Visualization #47

Closed
mcgeoff opened this issue Aug 22, 2012 · 2 comments
Closed

Can't Zoom Out to Show Full Visualization #47

mcgeoff opened this issue Aug 22, 2012 · 2 comments

Comments

@mcgeoff
Copy link

mcgeoff commented Aug 22, 2012

Hi- I have a question. We've created a web version of a network graph authored in Gephi. The issue is that we can't zoom out to see the full visualization. Is there some advice you can give us? Thanks!

http://www.stanford.edu/group/ecowest/dev/Zoomed%20CA%20Water%20Org%20Graph/zoomout.html

@computermacgyver
Copy link
Contributor

Sigma fills the available space and sets this as the fully zoomed-out level. You have a fixed height of 1000px in your css for .sigma-parent . Remove this line and change it to "height: 100%" and the graph will fit in the available space.

@jacomyal
Copy link
Owner

Also, you can set the minRatio and maxRatio parameters to modify how much the user can zoom in or out. And in the new version, the related parameters are zoomMin and zoomMax (doc here).

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

3 participants