curran / d3-bundler-ui

A Web application for defining custom d3 builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reach parity with D3 packages

curran opened this issue · comments

Currently only a few D3 packages are exposed. The full set of new ES6-style D3 packages created recently by @mbostock should be exposed. This includes:

  • d3-time-format
  • d3-format
  • d3-hierarchy
  • d3-color
  • d3-scale
  • d3-time
  • d3-polygon
  • d3-shape
  • d3-path
  • d3-voronoi
  • d3-hull
  • d3-quadtree
  • d3-arrays
  • d3-dispatch
  • d3-dsv
  • d3-ease
  • d3-interpolate
  • d3-random
  • d3-selection
  • d3-selection-multi
  • d3-timer
  • d3-transition
  • d3-xhr

This undertaking also requires that proper unit tests be established that invoke each module of each package, testing the functionality of the module, to ensure that the bundler worked properly.