Created by Erik Solen / @eriksolen
Show an example of wrapping up d3 code as a jQuery plugin and discuss the technologies involved.
Dig into the d3 code and mess around with different parts of the viz.
Examples for d3 code can be excellent in what they do, but often lack an opinion on how to package the viz for general use.
I'm trying to remove the packaging as a barrier to entry and allow innovation with d3 to be more reusable.
Repo https://github.com/solenoid/d3-plugin-talk
$ cd d3-plugin-talk
$ python -m SimpleHTTPServer
Instructions are in the README.md