NewSignature / us-map

An interactive map of the United States using Raphaël
BSD 2-Clause "Simplified" License
279 stars 184 forks source link

this.paper.safari is not a function #57

Open scottcarlton opened 9 years ago

scottcarlton commented 9 years ago

I keep getting this.paper.safari is not function error from line 490. Haven't been able to figure out why. Anyone have a suggestion. Thanks.

officialtpss commented 9 years ago

I have found the solution. I will upgrade jquery Raphael.js 2.1.4 and it's done.

2016rshah commented 8 years ago

I just commented out the line, and everything seems to be working for me now

britstarr commented 7 years ago

If you're having this issue, you may just not have jQuery UI added to your project. That was my problem. The .parent().effect('highlight', {...}) function requires jQuery UI

manishams10 commented 7 years ago

Hi, I really loved the visualisations and interactions provided by your maps! Great work done! Well, I am trying to use these maps in my application which is based on SAPUI5. However I am encountering this paper.safari error, in addition to "The legend class plotLegend doesn't exists." error in mapael.js file. Moreover, the application seems to work only on chrome, whereas it doesn't load in IE if I use these maps. Please help!