the left offset of the tooltip from the mouse pointer
tooltip:{
template:"#title# - #year#",
dx: 30,
dy: 5
}
By default the parameter is equal to 20px.
A negative value places the tooltip to the left of the mouse pointer.
Back to top