uwgraphics / d3-twodim

A D3.v3.js module for creating 2D representations of data
http://uwgraphics.github.io/d3-twodim/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Remove d3-module keyword. #12

Closed mbostock closed 8 years ago

mbostock commented 8 years ago

I’d like the d3-module keyword to be used only for modules that use the D3 4.0 module pattern as documented in Let’s Make a (D3) Plugin. This library is targeted at D3 3.x because it depends on the global d3 and D3 3.x API’s such as d3.scale.category10. Would you mind removing the d3-module keyword, at least until this library is updated to support D3 4+?

yelper commented 8 years ago

Sure, that sounds fine to me. I'll incorporate this and publish an incremental version to npm.