fix positioning of high rated graph seeks

This commit is contained in:
Thibault Duplessis 2014-06-07 09:55:44 +02:00
parent 78095f8d4d
commit 7f644f142b

View file

@ -2517,7 +2517,7 @@ var storage = {
return $plot.data('hook', hook).powerTip({ return $plot.data('hook', hook).powerTip({
fadeInTime: 0, fadeInTime: 0,
fadeOutTime: 0, fadeOutTime: 0,
placement: 'ne', placement: hook.rating > 2200 ? 'se' : 'ne',
mouseOnToPopup: true, mouseOnToPopup: true,
closeDelay: 200, closeDelay: 200,
intentPollInterval: 50, intentPollInterval: 50,