-
Usually, a library delivered over npm provides a built version that another module can directly consume with `import` or `require`. This is usually done by pointing [`main` in `package.json`](https://…
-
[This package](https://www.jsdelivr.com/package/npm/d3-geomap) doesn't have a [default file](https://www.jsdelivr.com/features#publishing-packages) set. You can set it via `jsdelivr`, `browser`, or `m…
-
Investigate D3 for using map instead of bar charts:
-
-
-
-
when called with array:
.datum([ {iso3: "RUS", Requests: 10}])
The trim() method cant be applied on integer:
d3.geomap.js:491
val = d[self.properties.column].trim();
-
Hi there, have been trying to remove countries from the geomap. For example, Antartica who takes up way to much space on the map.
2 questions:
a) How to remove Antartica from the geomap? Current c…
-
We need to check what are the existing approaches (let render d3, let react render, or hybrid approach), I would go for let react render maybe?
Article to get started
https://cmichel.io/how-to-u…
-
0
down vote
favorite
I'm trying to change onclick event in d3-geomap from zoom to another function. How can I do this ?
Thanks
my code is here :
```
var map = d3.geomap.choropleth()
…
-
Does Polaris support / plan to support following charts?
- 100% Stacked Bar Chart
- Pie chart
- Geomap
Example - 100% Stacked Bar Chart
![image](https://user-images.githubusercontent.com/1337…
-
Geodata shape proposal and wireframes:
https://docs.google.com/document/d/1dACEHFER9Z0S1lOdm_vyOnpT3uMo87-Ak7Hf5zrX3wo/edit
Snap details map visual design:
https://github.com/CanonicalLtd/snapcra…
-
We need country shapes for:
- /geo/ (all geographies)
- /geo/Europe (a continent)
- /geo/Europe/Italy (a country)
Only with further zoom we'll display a real map.
Here's the best way to do maps th…