-
The [docs](https://github.com/d3/d3-zoom#zoom) on the zoom function say that
> The returned behavior, [zoom](https://github.com/d3/d3-zoom#_drag), is both an object and a function, and is typically …
-
Greetings,
I've been scouring the web for a fix of this issue/bug(?)
Tooltips seem to be fine on a geomap when you dont have a groupby. Once you add a groupby the tooltips now appear over the le…
-
**Describe/explain the bug**
NaN values are pushed to the "d" attribute in path
**To Reproduce**
Use the states.json file → https://github.com/mattandryc/geojson-states with the MyResponsiveChoro…
-
**Is your feature request related to a problem? Please describe.**
One feature I constantly use when building geo maps with d3 is `fitExtent` to have the map focused on the content. That's not possib…
-
**Is your feature request related to a problem? Please describe.**
I would like to use other projection types included in d3-geo, like albersUsa, for example
**Describe the solution you'd like**
…
rccoe updated
4 years ago
-
-
With version 3.2.0 we are getting the following error:
`TypeError: Cannot read property "replace" of undefined` on this line: https://github.com/yaph/d3-geomap/blob/09f3dce59e891664b802989b77c5edcb…
-
Before I start modifying code towards #16 , I want to be able to verify that everything still works at each step. I see there is a `/dev` directory with several examples in `.html` files. However, it'…
-
As you stated in issue #17 you won't add support for labels in the core library. I now try to add them with standard d3.js methods, but can't make them appear on the right position. Could you please h…
-
When i try to add dir="rtl" in HTML tag, As per observation d3 geomap does not have RTL processing, Is there any RTL related config or how to add RTL support in D3 geomap library?