You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think requiring the year field to be a string (#18) is what caused this.
Interestingly, the histogram seems to parse the strings back into numbers, but the map does not.
If I switch the database field back into a number, then the map works:
And note that in some places we correctly format the year, but in other places (like the average year) we incorrectly show a comma.
So I think the correct approach is just to fix the formatting of the numbers wherever they are wrong, and continue treating "year" as a number in the database.
Year build color not showing up on dots
The text was updated successfully, but these errors were encountered: