Reputation: 23
Is there any link which points to an chart/graph/map example using D3JS with World geoJSON data and highlights some of the location based on certain data with lat/lng?
For example, the world map should be rendered using world-geo.json and then adding/highlighting few countries based on another dataset web-user-statistics.json
Thanks Thangaraju R
Upvotes: 0
Views: 2776
Reputation: 109232
Here is an example that in addition to showing a world map allows to select particular countries which will be highlighted and zoomed into. This example doesn't show a map of the entire globe, but is probably closer to what you're looking for as it shows data for each country (both by colour and on mouse over). It also uses two different JSON files for the different data.
Upvotes: 1