wearethoughtfox / amnesty-dp-2016

Maps for Amnesty International using D3
https://www.amnesty.org/en/latest/research/2016/04/death-sentences-executions-2015/
0 stars 2 forks source link

Map hovers - check positioning #36

Closed robertocarroll closed 8 years ago

robertocarroll commented 8 years ago

I suppose we also need an if "rtl" for this tooltip hover as well.

robertocarroll commented 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;

robertocarroll commented 8 years ago

Added an if statement which changes the variable value if RTL or not.