Closed robertocarroll closed 8 years ago
@pauldwaite any idea why it suddenly needs such a crazy offset to make the map tooltips show close to the mouse?
var offsetL = document.getElementById('map').offsetLeft-300;
Added an if statement which changes the variable value if RTL or not.
I suppose we also need an if "rtl" for this tooltip hover as well.