dx

the left offset of the tooltip from the mouse pointer

number dx;

Example

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


Default value:

20
Details

By default the parameter is equal to 20px.

A negative value places the tooltip to the left of the mouse pointer.

See also
Back to top