updating data of Datawrapper Chart automatically
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||
<title>Die Lage auf den Intensivstationen in meinem Landkreis von 2020 bis heute</title>
|
||||
<title>Die Lage auf den Intensivstationen von 2020 bis heute</title>
|
||||
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@^3"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/moment@^2"></script>
|
||||
@@ -59,13 +59,14 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Die Lage auf den Intensivstationen in meinem Landkreis von 2020 bis heute</h1>
|
||||
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch">Fork me on GitHub</a></span>
|
||||
<h1>Die Lage auf den Intensivstationen von 2020 bis heute</h1>
|
||||
<iframe aria-label="Karte" frameborder="0" height="763" id="datawrapper-chart-dYmYb" scrolling="no"
|
||||
src="https://datawrapper.dwcdn.net/dYmYb/1/" style="width: 0; min-width: 100% !important; border: none;"
|
||||
title="Freie Intensivbetten"></iframe>
|
||||
<script type="text/javascript">!function () { "use strict"; window.addEventListener("message", (function (e) { if (void 0 !== e.data["datawrapper-height"]) { var t = document.querySelectorAll("iframe"); for (var a in e.data["datawrapper-height"]) for (var r = 0; r < t.length; r++) { if (t[r].contentWindow === e.source) t[r].style.height = e.data["datawrapper-height"][a] + "px" } } })) }();
|
||||
</script>
|
||||
<h1>Die Lage auf den Intensivstationen in meinem Landkreis von 2020 bis heute</h1>
|
||||
<label>Landkreis:</label>
|
||||
<select id="kreisSelect" name="kreis">
|
||||
<option selected="" value="de">Alle Landkreise</option>
|
||||
|
||||
Reference in New Issue
Block a user