-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwalsh-donor-map.php
65 lines (58 loc) · 2.9 KB
/
walsh-donor-map.php
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!-- HTML static page for Police in Politics site -->
<!doctype html>
<html>
<?php include 'head.php';?>
<body>
<?php include 'nav.php';?>
<div class="content">
<div class="row">
<div class="col-sm-4">
<div class="directions">
<h3>How to read this chart</h3>
<p>Where do the police donating to Walsh’s
campaign live? Inside or outside of Boston?</p>
<p>The color reflects the amount of money donated
by individuals in a given zip code (lighter
meaning less, darker meaning more).</p>
</div>
</div>
<div class="col-sm-8">
<div class="d-sm-none" style="height: 2rem;"></div>
<!-- <p align="center" style="margin-top:1rem;">
<em>If the Tableau charts aren't loading, please refresh.</em>
</p> -->
<div class='tableauPlaceholder' id='viz1598040777006' style='position: relative'><noscript><a href='#'><img alt=' ' src='https://public.tableau.com/static/images/To/TotalPoliceDonationstoMayorWalshbyZipcode-2010-2020/MapofallPoliceContributions/1_rss.png' style='border: none' /></a></noscript><object class='tableauViz' style='display:none;'>
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' />
<param name='embed_code_version' value='3' />
<param name='site_root' value='' />
<param name='name' value='TotalPoliceDonationstoMayorWalshbyZipcode-2010-2020/MapofallPoliceContributions' />
<param name='tabs' value='no' />
<param name='toolbar' value='yes' />
<param name='static_image' value='https://public.tableau.com/static/images/To/TotalPoliceDonationstoMayorWalshbyZipcode-2010-2020/MapofallPoliceContributions/1.png' />
<param name='animate_transition' value='yes' />
<param name='display_static_image' value='yes' />
<param name='display_spinner' value='yes' />
<param name='display_overlay' value='yes' />
<param name='display_count' value='yes' />
<param name='language' value='en' /></object></div>
<script type='text/javascript'>
var divElement = document.getElementById('viz1598040777006');
var vizElement = divElement.getElementsByTagName('object')[0];
vizElement.style.width = '100%';
vizElement.style.height = '600px';
var scriptElement = document.createElement('script');
scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js';
vizElement.parentNode.insertBefore(scriptElement, vizElement);
</script>
<p align="center" style="margin-top:1rem;">
<em>
Visualizations by
<a href="http://www.bu.edu/spark/">BU Spark!</a>
</em>
</p>
</div>
</div>
</div>
</body>
</html>
<?php include 'footer.php';?>