Sorry !
Mi rispondo da solo !
Era sufficiente mettere un valore negativo per la coordinata Y (yOffset)
pari alla dimensione del css + almeno 10 px per la distanza del cursore, quindi da un valore positivo di 20 l'ho portato a -220 e adesso funge.
10ks![]()
codice:this.tooltip = function(){ /* CONFIG */ xOffset = 10; yOffset = -220; // these 2 variable determine popup's distance from the cursor // you might want to adjust to get the right result /* END CONFIG */
.