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

Different node renderers on each graph #106

Open
carte7000 opened this issue Dec 13, 2017 · 3 comments
Open

Different node renderers on each graph #106

carte7000 opened this issue Dec 13, 2017 · 3 comments

Comments

@carte7000
Copy link

Hi I would like to know if it is possible to have different node type on the same graph.

For instance I would like to be able to render a shape within the global graph where I have multiple regions node. Here is an example of what I would want to achieve

vizceral

Is it something possible out of the box? or it would require further changes?

@jrsquared
Copy link
Contributor

This is not possible with the current layouts that are in there, you would have to create your own layout type to support this.

@carte7000
Copy link
Author

carte7000 commented Dec 14, 2017

Thanks for your answer. @jrsquared Would implementing a MixedNodeView and MixedConnectionView the correct way for adding this feature? I am ready to implement it, I just want to be sure I am on the right track.

@jrsquared
Copy link
Contributor

That sounds reasonable.

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

2 participants