datamaps icon indicating copy to clipboard operation
datamaps copied to clipboard

Customizable SVG map visualizations for the web in a single Javascript file using D3.js

Results 113 datamaps issues
Sort by recently updated
recently updated
newest added

Hello! I tried using `fill` instead of `fillKey` as mentioned in the documentation but it didn't work for me. **Didn't work** ```js map.updateChoropleth({USA: {fill: 'green'} }) ``` What _did_ work...

Adds a zoom-to-bounding-box on click feature, adressing issue #25. Also includes a zoomFactor in the options, effectively giving people the option to choose how far the camera zooms. Has a...

Hello everyone, I'm trying to add a world map as a component to my vue3 project (New to vue and js!). I've npm installed 'd3' and 'topojson' and used the...

The zoom that was in the sample code centers elsewhere

After installed with `npm i datamaps` I have modified my angular.json file like that: ``` scripts": [ "node_modules/d3/d3.js", "node_modules/topojson/build/topojson.js", "node_modules/datamaps/dist/datamaps.world.min.js" ], ``` angular component I was using like that: component.ts...

3 départements avaient une faute dans leur nom, causant quelques problèmes dans mes scripts

This library does not seem to be compatible with the latest version of d3 for example the API of d3.geo has changed quite a lot: https://github.com/d3/d3/blob/master/API.md#geographies-d3-geo Is there plans for...

Want to show country label inside europe map. But unable to set custom Label.

Updated county name from Orebro to Örebro.