forked from 18F/fedspendingtransparency.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsankey.html
More file actions
19 lines (19 loc) · 876 Bytes
/
sankey.html
File metadata and controls
19 lines (19 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
published: true
permalink: /data-lab/sankey/
layout: visualization
filename: sankey.html
title: Budget Function and Object Class
page: sankey
---
<h2>Budget Function and Object Class</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. Hovering over nodes on each end of the visualization shows the relationship to the opposite side.</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/sankey.js"></script>