-
My team just spent a few hours trying to figure out why tooltips for a map at the bottom of the page were displaying at the top of the page. It turns out the element containing the map/tooltip needs t…
-
I see in example that this map tool uses a mercator projection. What are other projections available?
-
Where can I get API Documentation for Datamaps?
ghost updated
10 years ago
-
I suggest to reuse a higher level build system than your current [small Make file](https://github.com/planetlabs/plcompositor/blob/66fc22b0147d3afa115c75bf8bd847b44cd7a24a/Makefile#L2) so that powerfu…
-
I'm using NVD3 and datamaps to visualize data and then I embed these visualizations in a reveal.js presentation by using iframes.
[Here is the link to the presentation that includes some of my visual…
-
lots of options... here are a few
http://datamaps.github.io/
http://bost.ocks.org/mike/map/
http://blog.cloudmade.com/2011/05/13/announcing-leaflet-a-modern-open-source-javascript-library-for-interac…
-
Hi all!
How can I send data to datamaps from PHP?
I have this:
``` javascript
$.ajax({
type: "POST",
url: "data/search.php",
dataType:'JSON',
data: {action: 'test'},…
-
Hi.
And thanks for yet another inspiring package! I'm itching to get to use it, but have run to a small problem with custom topojson -files.
I'm trying to display a map of administrative borders in …
-
I had an odd issue today where I noticed `head` had the `datamaps-style-block` class.
Should https://github.com/markmarkoh/datamaps/blob/master/src/js/datamaps.js#L89
``` js
d3.select('head').attr('…
-
Hello,
I'm actually using Datamaps 0.3.1 (according to my bower.json) to create a map on which you can select a country by clicking on it.
Before today, I used this code to get the coords of the clic…