A18 – Axis

The purpose of this assignment is to practice usign D3’s axis generation library.


For this assignment create files named axis.html, axis.css, and axis.js.

Find a set of data that contains at least 20 data points that each have 3 qualitative or quantitative properties.

When your page loads, your axis.js file should create a plot containing x and y axis and each of the data points. How you represent each of the qualitative and quantitative dimensions is up to you.

You may have a placeholder svg element in axis.html, but the svg element should not have any child elements. Your svg element should not not exceed 1024×768. Please provide a title for your plot, and axis, and provide a proper citation for the data source including a link.

© 2018 – 2021, Eric. All rights reserved.