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

addRenderer polymorphism #403

Closed
Yomguithereal opened this issue Sep 26, 2014 · 0 comments
Closed

addRenderer polymorphism #403

Yomguithereal opened this issue Sep 26, 2014 · 0 comments

Comments

@Yomguithereal
Copy link
Collaborator

When instantiating sigma, one can do this:

// Giving a string as the id of the container
var s = new sigma({container: 'my-container-id'});

However, the same polymorphism does not exist when adding a renderer

// Giving a string id rather than a DOM element will fail
s.addRenderer({container: 'my-container-id'});

This is puzzling and should be improved.

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

No branches or pull requests

1 participant