Closed gaba-xyz closed 6 years ago
You are using d3v4. To explicitly get d3v3 from package.json I'm using "d3": "^3"
in mine which fixed this error.
@Gabology This PR should fix that issue: https://github.com/BinaryMuse/planetary.js/pull/23
This is fixed in v1.1.3
.
Seems that the npm distribution is not working as intended. I tried the basic sample using npm and webpack but I'm getting
TypeError: Cannot read property 'orthographic' of undefined
.More specifically it seems that
d3.geo
is undefined in this context.