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

Splatterplots cannot handle grpValue() being null #19

Open yelper opened 7 years ago

yelper commented 7 years ago

^^ title!

If no groupColumn is set, the Splatterplot should just put everything into the first color; problem is in L319 in src/scatterplot_components/splatterplot.js.