Packet-Clearing-House / maptable

JS library which converts any dataset to an interactive set of components: a choropleth or heat map, filters and table
https://packet-clearing-house.github.io/maptable/
MIT License
58 stars 8 forks source link

Rank scale renders 0 as "N/A" instead of lowest rank #94

Closed mrjones-plip closed 5 years ago

mrjones-plip commented 5 years ago

When you have a value of "0" for a country, the value isn't in the lowest rank, instead it's given no value and thus no color on the choropleth. It should instead render in the lowest rank instead.

Our manual implementation can be seen doing this correctly on Saudi Arabia with Maptable <1.7.1