benkeen / d3pie

A configurable pie chart lib and generator built on d3.js
MIT License
371 stars 203 forks source link

D3 loaded by amd and commonjs #115

Open kimxogus opened 8 years ago

kimxogus commented 8 years ago

Currently d3 is required only from window. But using amd or commonjs, d3 can be loaded without window. So I fixed that.