Final Exam

1.  For this exam create files named final.html, final.css, and final.js.

2.  Using the data found here, create a data visualization with the following components:

  • Title the visualization.
  • Provide a horizontal axis using a scale and the dates specified in the release properties of each game.  Label the scale.
  • Provide a vertical axis using a scale and the numeric values specified in the sales properties of each game.  Label the scale.  The values are in millions.
  • Plot each game in the graph as a circle.
  • Color each circle using a scale that maps each platform to a unique color.
  • Provide a legend for the color scale.
  • Add a tooltip to each circle so that when the user hovers over a circle the name of the game appears.

© 2018 – 2021, Eric. All rights reserved.