Need to generate custom diagram in gojs

Hi walter, can you please generate exact diagram using gojs.

Most of that looks quite straight-foward to implement. What problems have you encountered?

which layout i have to use and position of node and groups should not be consider from json.

That would be very difficult to layout automatically in a manner that would be pleasing to humans. That screenshot seems to have been built manually using a simple drawing tool.

If you can provide the minimal GoJS-like JSON model for that diagram, I can see what problems there might be.

Walter, I’m uncertain about which layout to use. Could you please share a sample for reference?

There isn’t any one layout that will be satisfactory – it will need a combination of some standard ones plus some example-specific custom ones.

If you can provide a minimal GoJS-like JSON model for that diagram, maybe I can do some experiments.