Map ranking states by per-student expenditure.
<div id="map"></div>
<script src="//pym.nprapps.org/pym.v1.min.js"></script>
<script>
var url = "https://graphics.metroideas.org/maps/us-education-spending-per-student/";
new pym.Parent("map", url, {});
</script>