MapofLife / datasets

A datasets list and information view for Map of Life
https://mol.org/datasets/
MIT License
1 stars 2 forks source link

Legend buckets are off by 1 #48

Closed jmalczyk closed 8 years ago

jmalczyk commented 8 years ago

Looks like the legend is offset by one bucket. The API returns the upper bounds of a bucket. So the first bucket value in the legend should read "under xx" and the top end would read "yy-zz" instead of "zz and over".

jmalczyk commented 8 years ago

Actually, looking at this closer it seems as if a bin value may be missing in the values the api is returning, but the fix may still require some client side changes.

rafelafrance commented 8 years ago

lgtm

jmalczyk commented 8 years ago

Fixed by #56