forked from 18F/fedspendingtransparency.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbudget-sankey.html
More file actions
22 lines (19 loc) · 1004 Bytes
/
budget-sankey.html
File metadata and controls
22 lines (19 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
published: true
permalink: /data-lab/budget-sankey/
layout: visualization
filename: budget-sankey.html
title: Budget Function and Object Class
page: budget-sankey
---
<h2>Explore data on the 16 functions supported by federal spending</h2>
<p>This visualization shows how federal funds were spent by budget function, which describes the type of activities carried out, as well as object class, which describes what the government purchased with those funds. Clicking the nodes on each end of the visualization shows the relationship to the opposite side and provides a brief introduction to what programs each budget function or object class includes.</p>
<div class="col-md-7" style="padding:10px">
<div id="viz_container"></div>
</div>
<div class="col-md-5" style="padding:10px">
<div id="sankey-panel"></div>
</div>
<!-- d3 -->
<script src="{{site.baseurl}}/assets/js/vendor/d3.v3.min.js"></script>
<script src="{{site.baseurl}}/assets/js/budget-sankey.js"></script>