How to setup GridLayout with root node at center

Hi guys,

I trying make class diagram. but i have an issue about layout.

  1. i want some kind like grid layout with root node at center
  2. other node which has link with root will closet
    Is gojs able to do that?
    Like image below:

Thanks

I answered your colleague’s question via email, please refer to that conversation, and try to limit yourselves to one method of communication so everything is organized.

Would you mind posting that response here too? This is exactly what I’m looking for.

manuelnas There is no layout exactly like that, but it should be possible for you to create one based on your own rules.

http://gojs.net/latest/intro/extensions.html

Or you could use Table Layout and assign different nodes to row/colums. We have a table layout sample, but you’ll have to make modifications to it: Table Layout