How to get uniform size nodes

Hi Walter

How to make chart diagram boxes are consistent in sizes. Now in the diagram one box is large and other box is small in width. Can we make all the box sizes are consistent (fixed width and height) regardless of data

What does this topic have to do with “How to allow move diagram in Org Chart editor”? Please start a new topic if you are not asking a specific follow-on question to an existing topic.

If you want a node to be a particular size, just set or bind its GraphObject.width and GraphObject.height, or equivalently its GraphObject.desiredSize.

For example, if you add { width: 200, height: 80 }, to the node template in the Org Chart Editor sample, every node will have the same size.