Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The tooltip in my Diagram is configured as being BottomCenter of my Object, but is mostly displayed somewhere are my cursor.
tooltip: {
content: "Tooltip not correctly positioned at bottom center",
position: "BottomCenter",
relativeMode: "Object",
showTipPointer: true,
animation: {
open: { effect: "FadeZoomIn", delay: 1000 },
close: { effect: "FadeZoomOut", delay: 0 }
}
}
I prepared a sample where you can reproduce this issue at https://codesandbox.io/s/syncfusion-tooltip-demo-forked-bpzhu