DataBiosphere / data-explorer

BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Fix bucketing for facets with 0.0, 1.0 #281

Closed melissachang closed 5 years ago

melissachang commented 5 years ago

Before: before

After: after

240 fixed facets with integers (0, 1), but not floats (0.0, 1.0). So try a different approach that works with both floats and integers.

melissachang commented 5 years ago

The package.json happened automatically, let's check that in also.