Instructions
Tooltip Position: Use [placement] to set the position (top, bottom, left, right).
Example: "[bottom] Your tooltip text"
Animation: To disable animation, add [no-animation].
Example: "[top, no-animation] Your tooltip text"
Arrow Visibility: To remove the arrow, use [no-arrow].
Example: "[left, no-arrow] Your tooltip text"
Tooltip Offset: To offset the tooltip from its default position, use [offsetX offsetY].
Example: "[top, 10 20] Your tooltip text" moves the tooltip 10px right and 20px down.
To display a tooltip on the top, without animation, no arrow, and with an offset of 5px to the right and 10px down:
"[top, no-animation, no-arrow, 5 10] Your tooltip text"