-
Notifications
You must be signed in to change notification settings - Fork 5
/
index_econ4.html
30 lines (23 loc) · 1 KB
/
index_econ4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css"/>
<link rel="stylesheet" href="econ4.css"/>
<style>
#my_dataviz {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 100%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
overflow-y: scroll;
}
</style>
<!-- Load d3.js -->
<script src="https://d3js.org/d3.v5.js"></script>
<script src="elements.js"></script>
<script src="utils.js"></script>
<div id="my_dataviz" class="department-econ4"
data-aggregate-url="https://openspending.org/api/3/cubes/b9d2af843f3a7ca223eea07fb608e62a:estimates-of-national-expenditure-2019-20-uploaded-2019-02-20t1910/aggregate/?pagesize=10000&cut=budget_phase.budget_phase%3AMain+appropriation%7Cfinyear.finyear%3A2019%7Cvoteno.department%3APublic+Service+and+Administration&drilldown=econ4.econ4%7Cprogno.programme%7Csprogno.subprogramme"></div>
<script src="dept-econ4.js"></script>