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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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 }

 }

 }





Empty


I prepared a sample where you can reproduce this issue at https://codesandbox.io/s/syncfusion-tooltip-demo-forked-bpzhu