The image above shows an implementation of GoJS and the various nodes that are available in the palette, As you can see, all of the nodes are center-justified, except for the first node (labeled as “Disease”), which is a node that utilizes the go.Group class. This node seems to be right-justified (or it has something else going on that makes it LOOK that way). Ideally, we’d like all the nodes to be center-justified. By my estimation, the Group node simply behaves differently, and that likely causes it to be misaligned.
I’ve looked at the “myDiagram” and “myPalette” declarations/definitions, but don’t see anything that attributes to this alignment issue. I’m hoping that is such a simple problem, that someone can point out where the alignment issue occurs without seeing the actual code. But if code is need, I can post it at a later time.
Thanks so much!