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

Support missing data #9

Open yelper opened 8 years ago

yelper commented 8 years ago

If trying to draw a point that has no value (or a non-numerical value) for the given field, parts of the scatterplot will break (e.g. drawing voronoi overlays will fail).

Make the scatterplot component (and maybe others) more resilient to this sort of missing data.