About the graph

This is a somewhat contrived example of a histogram showing salaries of React developers by state and by year. Users can click a combination of buttons, and the histogram will update with filtered data and a new description and title.

All the data shown above is fabricated.

React + D3.js

This site was built with React and D3.js. React takes care of user input and D3.js takes care of the visualization. The DOM is being controlled by React, not D3.js. Built with Webpack for bundling and babel for some ES6 features. See how it was built here.