ResidentMario/py_d3

Enable loading D3 locally

ResidentMario opened this issue · 1 comments

Right now using py_d3 requires loading d3 from a CDN, which requires [a half-decent] Internet connection. This isn't totally unreasonable, but as @mdezube pointed out, it'd be great for portability (presentations, working on a flight, etc.) if you could load D3 from a local file instead.

Note that whilst D3 v3 was monolithic, D3 v4 splits its standard lib and optional libraries into multiple separate files. Minify it yourself!

Fixed by #11 in the current master!