Any way to disable showing coordinates during element drag

Hi

I have vue 3 diagram control
My Node type is HTML, constraints are: NodeConstraints.Default & (~(NodeConstraints.Resize | NodeConstraints.Rotate), ​which are applied to this.diagramInstance.constraints

My connector constraints are ConnectorConstraints.Default | ConnectorConstraints.Tooltip

In callback of getNodeDefaults additionally I apply | NodeConstraints.Tooltip​ if my annotation length is bigger then 12 elements
What I want is to know, how to disable showing coordinates, when I drag nodes or connectors in diagram area,  also coordinates tooltip shown in wrong place, if I move element fast.
You can refer to video attached in zip, the wrong place is shown from the right of symbol palette


Attachment: 2025_09_24_151454_87495ba5.zip

1 Reply

MG Moulidharan Gopalakrishnan Syncfusion Team November 17, 2025 07:21 AM UTC

Hi,

Thank you for reaching out. Based on your update, we understand that you are applying NodeConstraints to individual nodes.


Regarding the issue where the tooltip appears in the wrong position when moving elements quickly, we were unable to reproduce this behavior on our end.

 

However, for your primary requirement of disabling the coordinate tooltip that appears when dragging nodes or connectors, you need to remove the selector tooltip constraints. For detailed steps, please refer to the following Knowledge Base article and sample:


KB: How to disable default tooltips for node and connector in Vue Diagram

Sample: 6xwuqmav (duplicated) - StackBlitz

Regards,

Moulidharan

Moulidharan


Loader.
Up arrow icon