Questions tagged [datamaps]

Datamaps is a Javascript library for customisable SVG maps built on D3.js.

Datamaps is a Javascript library for customisable SVG maps built on . It is used to create choropleths and bubble maps.

Resources:

101 questions
11
votes
3 answers

Datamaps get list of country codes

How do I get a list of all countries supported by d3.js datamaps? Following the example from the datamaps demo page, I am using this configuration for my map: var basic = new Datamap({ element: document.getElementById("basic") fills: { …
SeanPlusPlus
  • 8,663
  • 18
  • 59
  • 84
10
votes
1 answer

D3 DataMaps (or jvectormap): How to put a custom object on map by coords

For example I want to add a custom html object to wold map by gps coords (lat, lng) - like pulsating dot done with css or any other(js?) marker animation