ibelkebir / GV-data-visualization

1 stars 0 forks source link

rev_A #1

Closed JasonLin43212 closed 5 years ago

JasonLin43212 commented 5 years ago

It is clear how a user would interact with the data. It is pretty interesting because it is relevant to our lives and current time and political atmosphere. Your maps and timeline does encourage me to explore the information. However, one deadly pitfall is "How would you make the weird shapes of the states hoverable or interactiveable?"

rachel-ng commented 5 years ago

We'll be using d3.on("mouseover", function) and d3.mouse(container) to make the states in the map interactive. Here's a better example of something similar (in execution) to what we're aiming for.

We've also added it to the Responsiveness and User Interaction section of our README.md, thank you for pointing this out.