-
Notifications
You must be signed in to change notification settings - Fork 87
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
Issue with very large families #6
Comments
I also have this issue. |
It looks like it's a problem with viz.js. Temporary workaround is to use dot kingraph family.yaml --format=dot > family.dot && dot -Tsvg family.dot > family.svg |
Thanks for the help debugging the issue! |
This seems to be worth at least documenting somewhere. Let's see if updating viz.js would help too. |
We can try increase |
In case anyone else is curious - I fixed this by changing the totalMemory variable in viz.js with this line: |
for windows, if installed globally
then open and replace |
Hello,
When I go for a large family (which works in smaller chunks) I have the following error
When I run the following
kingraph myfamily_all.yml -F png > myfamily_all.png
I get the following result.
Adding options (1), (2) or (3) has no effect. The family isn't that big - around 200 lines and 400-500 people in 10 houses.
Any advice appreciated.
Mac OS 10.13.3
The text was updated successfully, but these errors were encountered: