An animated data visualization for showing the household income threshhold for different states in the U.S through the year 2009 to 2016.
Each Grid is a histogram,
the x-axis representing 16 bands of annual household income from low to high.
Each income band is represented by a color picked from the red-blue oridnal colorscale.
the y-axis representing the range to state-total percentage.
use d3.each for drawing small multiples on a map grids
referencing https://bl.ocks.org/mbostock/29cc3cc4078091fd2115
use requestAnimationFrame() to animate the frames by year
https://code.jquery.com/jquery-1.12.4.js
https://d3js.org/d3.v4.min.js