You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We would like to add a feature that allows tooltips to be displayed when hovering over polygon elements on the canvas. This enhancement will provide users with additional context or information about the polygon elements, improving the usability and interactivity of the react-canvas-annotator library.
Motivation:
Displaying tooltips on polygon elements can be highly beneficial for users who need to annotate images with additional information. Tooltips can provide immediate feedback and context without requiring users to click on the polygon elements, thereby improving the user experience.
Proposed Solution:
Introduce a new property for polygon elements to specify the tooltip content.
Update the rendering logic to display a tooltip when the user hovers over a polygon element.
Ensure the tooltip is styled appropriately and follows the cursor for better visibility.
The text was updated successfully, but these errors were encountered:
Description:
We would like to add a feature that allows tooltips to be displayed when hovering over polygon elements on the canvas. This enhancement will provide users with additional context or information about the polygon elements, improving the usability and interactivity of the react-canvas-annotator library.
Motivation:
Displaying tooltips on polygon elements can be highly beneficial for users who need to annotate images with additional information. Tooltips can provide immediate feedback and context without requiring users to click on the polygon elements, thereby improving the user experience.
Proposed Solution:
The text was updated successfully, but these errors were encountered: