This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
confirmed-cases.html
21 lines (18 loc) · 2.7 KB
/
confirmed-cases.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COVID-19 Confirmed Cases</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/4.0.0/github-markdown.min.css" integrity="sha256-gzohnzxILb7OZZch6c8mySnK1r0yFviwmBR+1E5O0RM=" crossorigin="anonymous" />
<link rel="stylesheet" href="styles/github-md-setup.css">
</head>
<body>
<article class="markdown-body">
<h1><a href="https://gradyat.github.io/info474-group-project/">COVID-19 Vizualizations</a></h1>
<h2>Confirmed Cases</h2>
<p>This packed bubbles vizualization shows the number of confirmed cases of COVID-19 per country/region. Colors identify the country. There are filters to show/hide countries. Hover over the bubbles to view a tooltip with data for each providence/state.</p>
<p><a href="https://public.tableau.com/views/Covid-19ConfirmedCase/Sheet1?:display_count=y&publish=yes&:origin=viz_share_link" target="_blank" rel="noopener">View in new tab on Tableau Public</a></p>
<div class='tableauPlaceholder' id='viz1584064213285' style='position: relative'><noscript><a href='#'><img alt=' ' src='https://public.tableau.com/static/images/Co/Covid-19ConfirmedCase/Sheet1/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='Covid-19ConfirmedCase/Sheet1' /><param name='tabs' value='no' /><param name='toolbar' value='yes' /><param name='static_image' value='https://public.tableau.com/static/images/Co/Covid-19ConfirmedCase/Sheet1/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' /></object></div> <script type='text/javascript'> var divElement = document.getElementById('viz1584064213285'); var vizElement = divElement.getElementsByTagName('object')[0]; vizElement.style.width='100%';vizElement.style.height=(divElement.offsetWidth*0.75)+'px'; var scriptElement = document.createElement('script'); scriptElement.src = 'https://public.tableau.com/javascripts/api/viz_v1.js'; vizElement.parentNode.insertBefore(scriptElement, vizElement); </script> </article>
</body>
</html>