TextSpanElement
Represents a single text span element within the tooltip.
Props
The following table outlines the props for the TextSpanElement:
| Name | Type | Default | Description |
|---|---|---|---|
| content | string | - | The actual text content to display. |
| dy | number | - | Delta-y for relative text positioning. |
| id | string | - | Unique identifier for the text span. |
| style | CSSProperties | - | CSS styles to apply to the text span. |
| x | number | - | X-coordinate for text positioning. |
| y | number | - | Y-coordinate for text positioning. |