IAT 355 Assignment 3
This is a small assignment to ready you for D3 Interaction. It is worth half the weight of the other assignments.
Programming |
You are provided with a csv file that contains sales (in CAD) of cars, bikes, and trucks for every month in the year 2016. You are required to Implement an interactive stacked bar chart, similar to the dancing histograms by Dix and Eliis on the page: http://www.meandeviation.com/dancing-histograms/. The data is about automobile sales. The x-axis should represent the month and the y-axis should represent the sales. When the user clicks on a category, the visualization should update such that the bars of the selected category align. Your visualization should have following features:
|
Advice |
Keep in mind the enter-update-exit selections while adding interactivity. |
Advice |
Labeling large values such as 100,000 can clutter your visualization. Try using symbols such as K for 1000, Thus 100,000 can displayed as 100K. |
Data |
A little automobile sales dataset: AutomobileSales.csv
|
Hand In |
Please hand in (upload): |
Due: Friday March 10 4:30PM