-
Notifications
You must be signed in to change notification settings - Fork 0
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
change json object that sigma.js is fed from the d3 version #32
Comments
I fed a json object, and then did no-overlap, but I cannot see the node labels unless I zoom in. I want them visible by default. (at least to a certain density) https://gist.github.com/bshambaugh/9b9b4f89c321deea8f1f8b5c9948048d |
I modified createprimatives.js to create a new json object: createprimitives.js modified: new json object: |
Try this new json object with sigma.js, then merge. You will need to modify d3sketch.js to be for sigma.js instead of d3. (Is there a way to programmatically switch between sigma.js and d3? |
I am still having trouble getting the AMD (require.js) library working with sigma.js. In this blog post a solution is to bound the sigma object to the window object. See this blog post: (1-bootstrap-sigma.js) |
It looks to be working in https://github.com/bshambaugh/require-mod-d3test-force-directed-4062045 https://gist.github.com/bshambaugh/7eb961392e2ebbf63dab388206cf7707 |
See:
https://gist.github.com/bshambaugh/3312e2e69351b30eed86baaf54dc5d83
for the d3 version
The text was updated successfully, but these errors were encountered: