Skip to content

Commit

Permalink
Converted code to d3 plugin following https://bost.ocks.org/mike/d3-p…
Browse files Browse the repository at this point in the history
…lugin/

- Created rollup config file
- Using npm for dependencies
- Adopt ES6 module style imports

Updated example
  • Loading branch information
ale0xb committed Apr 30, 2017
1 parent e3833ff commit 1c89f5e
Show file tree
Hide file tree
Showing 10 changed files with 755 additions and 860 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.*.swp
.DS_Store
build/
node_modules
npm-debug.log
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build/*.zip
test/
342 changes: 0 additions & 342 deletions cartogram.js

This file was deleted.

Loading

0 comments on commit 1c89f5e

Please sign in to comment.