dy

the top offset of the tooltip from the mouse pointer

number dy;

Example

tooltip:{
    template:"#title# - #year#",
    dx: 30,
    dy: 5
}


Default value:

0
Details

By default the parameter is equal to 0px.

A negative value places the tooltip above the mouse pointer.

See also
Back to top