DOI-USGS / water-use

Visualization using USGS water use data.
https://owi.usgs.gov/vizlab/water-use/
Creative Commons Zero v1.0 Universal
15 stars 16 forks source link

IE has trouble with tooltips #160

Closed jordansread closed 7 years ago

jordansread commented 7 years ago

What we did in hurricane-matthew worked, but here we are having trouble. @ldecicco-USGS can you add details of what you are seeing?

ldecicco-USGS commented 7 years ago

When I hover over a state with the developer tools open, I get an error on line 188 of map.js:

Object doesn't support property or method 'getAttribute'
jordansread commented 7 years ago

this is the issue line:

var ref = evt.target.getAttribute('xlink:href').split('-')[0];