EIU-GIScience-Center / covid19map

Animated maps of the COVID-19 epidemic, in html and javascript with D3
MIT License
0 stars 3 forks source link

slider moving and adjust speed #32

Closed kwangil-jason-yoo closed 4 years ago

kwangil-jason-yoo commented 4 years ago
geobarry commented 4 years ago

Please address the following three issues:

  1. If current date is not the last date, play button should start from current date. Right now it always goes back to Feb. 26.
  2. The four buttons distract too much from the main map. They should be aligned in a single row or col, and all be the same color. Even better, we should develop a common stylistic theme for these buttons and the drop-down options for data source, map theme and map type.
  3. The animation is very choppy, I'm not sure why. The transitions should be smooth because of the D3 transition call in updateMap(). Maybe we need to create a simple page with just one circle to experiment and figure out how to get this right.