# Tooltips

The Tooltips property defines which tooltips are displayed for widgets, the cells of a table widget, the entries in a menu widget or elements of a chart widget.

#### Value type

Tooltips are of the value type *text*. If other value types such as numbers or dates are specified, these are converted to text.

If a tooltip value is empty, no tooltip is displayed for this element.

#### Remarks

* If only one tooltip value is specified for a menu widget, this is displayed for the menu button. If a list of tooltip values is specified, these tooltips are displayed for the individual entries of the menu pop-up.
* It is possible to format the tooltips using HTML markup (see example 2 below).

#### Examples

Example 1: In this example, the exact day of the order is displayed as a tooltip for the year.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfbOCUUb6T1dpTR0J2vfH%2Fuploads%2Fx6TlLnTIe2qpFW7X3rXq%2Fimage.png?alt=media&#x26;token=1ed3fe28-9661-405a-b822-1f7d6d52ee04" alt=""><figcaption></figcaption></figure>

Example 2: In this example, the tooltip is formatted using HTML markup:

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfbOCUUb6T1dpTR0J2vfH%2Fuploads%2FJdIvJWu97Zb8janccJlW%2Fimage.png?alt=media&#x26;token=e17f3429-7c01-417c-a43d-ef16cfd14994" alt=""><figcaption></figcaption></figure>
