Tooltip does not appear where mouse hovers. It appears below the SVG and difference is roughly equal to the SVG's height. Attempts to offset the difference using padding-bottom: 40% in div.tooltip were successful when the D3 map was not scalable, but when the map was made scalable, the property conflicts with the devices used for scaling.
Tooltip does not appear where mouse hovers. It appears below the SVG and difference is roughly equal to the SVG's height. Attempts to offset the difference using
padding-bottom: 40%
indiv.tooltip
were successful when the D3 map was not scalable, but when the map was made scalable, the property conflicts with the devices used for scaling.