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
As a viewer who uses/presses the play button, in order to have a better experience (one which allows me to more easily distinguish color changes from year to year), I should see a map with smoother color transitions.
Implementation guidelines:
do no re-load map tiles
do not re-draw state shapes
use d3.transition() to change colors
The text was updated successfully, but these errors were encountered:
As a viewer who uses/presses the play button, in order to have a better experience (one which allows me to more easily distinguish color changes from year to year), I should see a map with smoother color transitions.
Implementation guidelines:
d3.transition()
to change colorsThe text was updated successfully, but these errors were encountered: