You’ll need to step through the code to see what it is actually doing.
found the issue. I have excluded the Tooltip from the above mentioned. Its working now.
const tip = $(go.Adornment, ‘Spot’,
$(go.Placeholder),
$(go.Shape, ‘RoundedRectangle’, { name: ‘PORT’, desiredSize: new go.Size(10, 10), fill: ‘yellow’, stroke: ‘gray’, strokeWidth: 0.5 }),
$(go.Panel, ‘Auto’,
{ name: ‘INFO’, alignment: go.Spot.BottomRight, alignmentFocus: go.Spot.TopLeft },
$(go.Shape, ‘RoundedRectangle’, { fill: ‘lightyellow’, stroke: ‘gray’ }),
$(go.TextBlock, displayName)
)
)
Thanks a lot.