I'm building an admin panel here at work and recording some ip data from users who are downloading our itunes mp3's. We have the ip and location of the user, but I'd like some way of displaying that visually. Is there any jquery plugin or addon that would allow me to display the stats I collected visually on a map similar to the way Google Analytics does it?
I'm building an admin panel here at work and recording some ip data from users who are downloading our itunes mp3's. We have the ip and location of the user, but I'd like some way of displaying that visually. Is there any jquery plugin or addon that would allow me to display the stats I collected visually on a map similar to the way Google Analytics does it?
Share Improve this question asked Sep 4, 2012 at 13:17 TylerTyler 3,8138 gold badges40 silver badges68 bronze badges 2- whathaveyoutried. – Blazemonger Commented Sep 4, 2012 at 13:18
- I've looked around Google, but searching the words google analytics and map and jquery plugin continued to give me results that are unrelated to what I need. – Tyler Commented Sep 4, 2012 at 13:22
2 Answers
Reset to default 6Have you tried the Google Chart Tools api (https://developers.google./chart/) ?
There is a geo chart which I think is exactly what you are talking about. https://google-developers.appspot./chart/interactive/docs/gallery/geochart https://code.google./apis/ajax/playground/?type=visualization#geo_chart
jVectorMap could also be suitable here.