# tooltip_offset_y

### Description

@short: Sets the top (if positive) offset of the tooltip's position

@signature: tooltip_offset_y: number

### Example

~~~jsx
scheduler.config.tooltip_offset_y = 40;

scheduler.init('scheduler_here',new Date(2023,10,20),"week");
~~~

**Default value:** 20

### Details

:::note
 This option is defined in the **tooltip** extension, so you need to activate the [tooltip](guides/extensions-list.md#tooltip) plugin. Read the details in the [Tooltips](guides/tooltips.md) article. 
:::

### Related API
- [tooltip_offset_x](api/config/tooltip_offset_x.md)

### Related Guides
- [Tooltips](guides/tooltips.md)
