Skip to content

Commit 1c89f5e

Browse files
committed
Converted code to d3 plugin following https://bost.ocks.org/mike/d3-plugin/
- Created rollup config file - Using npm for dependencies - Adopt ES6 module style imports Updated example
1 parent e3833ff commit 1c89f5e

10 files changed

+755
-860
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
.*.swp
2+
.DS_Store
3+
build/
4+
node_modules
5+
npm-debug.log

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/*.zip
2+
test/

cartogram.js

-342
This file was deleted.

0 commit comments

Comments
 (0)