Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<title>Consumer Expenditure</title>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="//d3js.org/topojson.v2.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
<style>
.graph {
font-family: 'Open Sans', sans-serif;
}
</style>
<script>
var industryRecords = [];
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</html>
https://d3js.org/d3.v4.min.js
https://d3js.org/topojson.v2.min.js
https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js