{"id":1,"date":"2025-06-26T19:00:02","date_gmt":"2025-06-26T19:00:02","guid":{"rendered":"http:\/\/parcelle32.ovh\/?p=1"},"modified":"2026-03-15T19:33:30","modified_gmt":"2026-03-15T18:33:30","slug":"hello-world","status":"publish","type":"post","link":"https:\/\/parcelle32.ovh\/index.php\/2025\/06\/26\/hello-world\/","title":{"rendered":"Relev\u00e9s M\u00e9trologique"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\t\t\n    <div class=\"canvas\">\n      \t<img id=\"fond\" \t\t\tsrc=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/fond.png\">      \t\n\t  \t\n\t\t<img decoding=\"async\" id=\"niveau_eau_0\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/niveau_eau_0.png\">\n\t\t<img decoding=\"async\" id=\"niveau_eau_1\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/niveau_eau_1.png\">\n\t\t<img decoding=\"async\" id=\"niveau_eau_2\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/niveau_eau_2.png\">\n\t\t<img decoding=\"async\" id=\"niveau_eau_3\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/niveau_eau_3.png\">\n\t\t<img decoding=\"async\" id=\"niveau_eau_4\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/niveau_eau_4.png\">\n\t\t<img decoding=\"async\" id=\"niveau_eau_5\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/niveau_eau_5.png\">\n\t\t<img id=\"cuve\" \t\t\tsrc=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/cuve.png\">\n\t\t\n\t\t<img decoding=\"async\" id=\"gyrouette\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/gyrouette.png\">\n\t\t<img decoding=\"async\" id=\"anemometre1\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/anemometre1.png\">\n\t\t<img decoding=\"async\" id=\"anemometre2\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/anemometre2.png\">\n\t\t<img decoding=\"async\" id=\"anemometre3\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/anemometre3.png\">\n\t\t<img decoding=\"async\" id=\"pluviometre\" src=\"http:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/pluviometre.png\">\n\t\t<img id=\"pluie\" \tsrc=\"http:\/\/parcelle32.ovh\/wp-content\/uploads\/2026\/02\/pluie.png\">\n\t\t\n\t\t<img decoding=\"async\" id=\"vittre_serre\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/vittre_serre.png\">\n\t\t<img decoding=\"async\" id=\"photovoltaique\" src=\"https:\/\/parcelle32.ovh\/wp-content\/uploads\/2025\/10\/photovoltaique.png\">\n\t\t\n\t\t<!-- Texte superpos\u00e9 -->\n      \t<div id=\"temperature_ext\">21.8\u00b0C<\/div>\n\t\t<div id=\"temperature_ext_min\">\u2193 &nbsp; 15.8\u00b0C<\/div>\n\t\t<div id=\"temperature_ext_max\">\u2191 &nbsp; 33.7\u00b0C<\/div>\n\t\t<div id=\"temperature_int\">25.8\u00b0C<\/div>\n\t\t<div id=\"vitesse_vent\">0Km\/h ESE<\/div>\n\t\t<div id=\"rafale_vent\">18km\/H &#128168;<\/div>\n\t\t<div id=\"humidite\">100 % &nbsp;&nbsp;1,001 hPa<\/div>\n\t\t<div id=\"pression\">100 %<\/div>\n\t\t<div id=\"pluviometrie\">0.0 mm<\/div>\n    <\/div>\n\t\t\t\n\t <div class=\"pluie2\">\n\t\t\t<img id=\"pluie2\" \tsrc=\"http:\/\/parcelle32.ovh\/wp-content\/uploads\/2026\/02\/pluie_transparente.gif\">\n\t<\/div>\n    \n    <label><input type=\"checkbox\" onclick=\"toggleLayer('vittre_serre')\" checked> vittre_serre<\/label><br>\n\t<label><input type=\"checkbox\" onclick=\"anemo_vent(true)\">vent<\/label><br>\n\t\n    <script>\n\t\t\t\n\t\t\t\n\tif(0.0 ==0)\t\n\t{\n\t\tdocument.getElementById(\"pluie2\").style.display = \"none\";\n\t\tpluie_blink(false);\n\t}\n\telse\n\t{\n\t\tdocument.getElementById(\"pluie\").style.display = \"block\";\n\t\tdocument.getElementById(\"pluie2\").style.display = \"block\";\n\t\tpluie_blink(true);\n\t}\n\t\n\tvar vent = false;\n\tvar vent_id=1;\n\t\n\tif(0 ==0)\n\t{\n\t\tanemo_vent(false) ;\n\t}\n\telse\n\t{\n\t\tanemo_vent(true) ;\n\t}\n\t\n\tdocument.addEventListener(\"DOMContentLoaded\", function() \n\t{\n\t  const tempDiv = document.getElementById(\"temperature_int\");\n\t  const tempText = tempDiv.textContent.replace('\u00b0C', '').trim();\n\t  const temp = parseFloat(tempText);\n\t  const tempDiv2 = document.getElementById(\"temperature_ext\");\n\t  const tempText2 = tempDiv2.textContent.replace('\u00b0C', '').trim();\n\t  const temp2 = parseFloat(tempText2);\n\t  const tempDiv3 = document.getElementById(\"temperature_ext_min\");\n\t  const tempText3 = tempDiv3.textContent.replace(\/[^\\d.-]\/g, '').trim();\n\t  const temp3 = parseFloat(tempText3);\n\t  const tempDiv4 = document.getElementById(\"temperature_ext_max\");\n\t  const tempText4 = tempDiv4.textContent.replace(\/[^\\d.-]\/g, '').trim();\n\t  const temp4 = parseFloat(tempText4);\n\t\t\n\t\t\n\t  function getColor(temp) {\n\t\tif (temp < 0) return '#00BFFF';      \/\/ bleu glace\n\t\tif (temp < 10) return '#1E90FF';     \/\/ bleu clair\n\t\tif (temp < 20) return '#32CD32';     \/\/ vert\n\t\tif (temp < 30) return '#FFA500';     \/\/ orange\n\t\treturn '#FF0000';                    \/\/ rouge vif\n\t  }\n\n\t  tempDiv.style.color = getColor(temp);\t\n\t  tempDiv2.style.color = getColor(temp2);\n\t  tempDiv3.style.color = getColor(temp3);\n\t  tempDiv4.style.color = getColor(temp4);\n\t\t\n\t});\n\t\n\tniveau_eau();\n\t\n\/*\t\n\t\/\/ Lance le calcul imm\u00e9diatement\n\treloadAtNextTenthMinute();\n\tfunction reloadAtNextTenthMinute() \n\t{\n\t  const now = new Date();\n\t  const minutes = now.getMinutes();\n\t  const seconds = now.getSeconds();\n\n\t  \/\/ Trouve la prochaine minute multiple de 5\n\t  const nextFive = Math.ceil((minutes + (seconds >= 20 ? 0.1 : 0)) \/ 5) * 5;\n\t  console.log(nextFive);\n\t  const nextMinute = nextFive === 60 ? 0 : nextFive;\n\t  console.log(nextMinute);\n\t  const nextHour = nextFive === 60 ? now.getHours() + 1 : now.getHours();\n\n\t  \/\/ Calcule le moment exact du prochain rechargement\n\t  const nextReload = new Date(\n\t\tnow.getFullYear(),\n\t\tnow.getMonth(),\n\t\tnow.getDate(),\n\t\tnextHour,\n\t\tnextMinute,\n\t\t0,\n\t\t0\n\t  );\n\n\t  const delay = nextReload - now;\n\t  console.log(nextReload);\n\t  console.log(\"Prochain rafra\u00eechissement dans\", Math.round(delay \/ 1000), \"secondes\");\n\t  console.log(delay);\n\t\t\n\t  setTimeout(() => {\n\t\twindow.location.reload();\n\t  }, delay);\n\t}\n\n*\/\n\t\/\/ Lance le calcul imm\u00e9diatement\n\treloadAtNextTenthMinute();\n\tfunction reloadAtNextTenthMinute() \n\t{\n\t\t  const now = new Date();\n\t\t  const minutes = now.getMinutes();\n\t\t  const seconds = now.getSeconds();\n\n\t\t  \/\/ Calcule la prochaine minute multiple de 5\n\t\t  let nextFive = Math.floor(minutes \/ 5) * 5 + 5;\n\t\t  let nextHour = now.getHours();\n\n\t\t  if (nextFive >= 60) \n\t\t  {\n\t\t\tnextFive = 0;\n\t\t\tnextHour += 1;\n\t\t  }\n\n\t\t  \/\/ On veut que \u00e7a se fasse \u00e0 +20 secondes\n\t\t  const nextReload = new Date(\n\t\t\tnow.getFullYear(),\n\t\t\tnow.getMonth(),\n\t\t\tnow.getDate(),\n\t\t\tnextHour,\n\t\t\tnextFive,\n\t\t\t20, \/\/ +20 secondes\n\t\t\t0\n\t\t  );\n\n\t\t  \/\/ Calcule le d\u00e9lai avant rechargement\n\t\t  const delay = nextReload - now;\n\n\t\t  console.log(\n\t\t\t`Rafra\u00eechissement pr\u00e9vu \u00e0 ${nextReload.toLocaleTimeString()} (dans ${Math.round(\n\t\t\t  delay \/ 1000\n\t\t\t)} s)`\n\t\t  );\n\n\t\t  setTimeout(() => {\n\t\t\twindow.location.reload();\n\t\t  }, delay);\n\t}\n\n\tfunction pluie_blink( status) \n\t{\n\t\tif(status == false)\n\t\t{\n\t\t\tdocument.getElementById(\"pluie\").style.display = \"none\";\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif(document.getElementById(\"pluie\").style.display== \"none\")\n\t\t\t{\n\t\t\t\tdocument.getElementById(\"pluie\").style.display = \"block\";\n\t\t\t}\n\t\t\telse\n\t\t\t{\n\t\t\t\tdocument.getElementById(\"pluie\").style.display = \"none\";\n\t\t\t}\n\t\t\tsetTimeout(pluie_blink, 500);\n\t\t}\n\t\t\n\t}\n\t\n\tfunction anemo_vent(status ) \n\t{\n\t\t\/\/alert('vent' + status);\n\t\t\/\/var status = true;\n\t\tif(status == false)\n\t\t{\n\t\t\tdocument.getElementById(\"anemometre1\").style.display = \"block\";\n\t\t\tdocument.getElementById(\"anemometre2\").style.display = \"none\";\n\t\t\tdocument.getElementById(\"anemometre3\").style.display = \"none\";\n\t\t\t\n\t\t}\n\t\telse\n\t\t{\n\t\t\t\/\/alert(\"anemometre\"+vent_id);\n\t\t\tdocument.getElementById(\"anemometre1\").style.display = \"none\";\n\t\t\tdocument.getElementById(\"anemometre2\").style.display = \"none\";\n\t\t\tdocument.getElementById(\"anemometre3\").style.display = \"none\";\n\t\t\tdocument.getElementById(\"anemometre\"+vent_id).style.display = \"block\";\n\t\t\tvent_id++;\n\t\t\t\n\t\t\tif(vent_id >3)\n\t\t\t{\n\t\t\t\tvent_id=1;\n\t\t\t}\n\t\t\tsetTimeout(anemo_vent, 1000);\n\t\t\t\/\/vent = false;\n\t\t}\n\t\t\n\t}\n\t\t\n\t\t\n\tfunction niveau_eau() \n\t{\n\t\t\/\/alert(\"in\");  \n\t\t\/\/alert(document.getElementById(\"niveau_cuve\").value);\n\t\t\n\t\tlet Dmax = 1000;  \/\/ cuve vide\n\t\tlet Dmin = 200;   \/\/ cuve pleine\n\t\tvar eau1 = 316;\n\t\tlet niveau = Math.round(5 * (Dmax - eau1) \/ (Dmax - Dmin));\n\t\tniveau = Math.max(0, Math.min(5, niveau));\n\t\t\n\t\t\n\t\t\/\/switch(parseInt(document.getElementById(\"niveau_cuve\").value))\n\t\tswitch(parseInt(niveau))\n\t\t  {\n\t\t\t  case 0:\n\t\t\t\tdocument.getElementById(\"niveau_eau_0\").style.display = \"block\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_1\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_2\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_3\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_4\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_5\").style.display = \"none\";\n\t\t\t\tbreak;\n\t\t\t  case 1:\t\t\t\t \n\t\t\t\tdocument.getElementById(\"niveau_eau_0\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_1\").style.display = \"block\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_2\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_3\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_4\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_5\").style.display = \"none\";\n\t\t\t\tbreak;\n\t\t\t  case 2:\t\t\t\t \n\t\t\t\tdocument.getElementById(\"niveau_eau_0\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_1\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_2\").style.display = \"block\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_3\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_4\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_5\").style.display = \"none\";\n\t\t\t\tbreak;\n\t\t\t  case 3:\t\t\t\t \n\t\t\t\tdocument.getElementById(\"niveau_eau_0\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_1\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_2\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_3\").style.display = \"block\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_4\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_5\").style.display = \"none\";\n\t\t\t\tbreak;\n\t\t\t\tcase 4:\t\t\t\t \n\t\t\t\tdocument.getElementById(\"niveau_eau_0\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_1\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_2\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_3\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_4\").style.display = \"block\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_5\").style.display = \"none\";\n\t\t\t\tbreak;\n\t\t\t\tcase 5:\t\t\t\t \n\t\t\t\tdocument.getElementById(\"niveau_eau_0\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_1\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_2\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_3\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_4\").style.display = \"none\";\n\t\t\t\tdocument.getElementById(\"niveau_eau_5\").style.display = \"block\";\n\t\t\t\tbreak;\n\t\t\t  default:\n\t\t\t\talert(\"niveau_eau_default\"); \/\/ code block\n\t\t\t} \n\n    }\n\t\t\n    function toggleLayer(id) {\n      const img = document.getElementById(id);\n      img.style.display = (img.style.display === \"none\") ? \"block\" : \"none\";\n    }\n    <\/script>\n\n    <style>\n    .canvas {\n      position: relative;\n      width: 600px;\n      height: 400px;\n    }\n    .canvas img {\n      position: absolute;\n      top: 0; left: 0;\n      width: 100%;\n      display: none;\n    }\n\t.pluie2 img {\n\t\tposition: relative;\n  \t\ttop: -420px;\n  \t\tleft: 20px;\n  \t\twidth: 600px;\n    }\n\t\/* Style du texte superpos\u00e9 *\/\n    #temperature_ext {\n      position: absolute;\n      top: 170px;\n      left: 30px;\n      font-size: 15px;\n      font-weight: bold;\n      color: red;\n      background: rgba(255,255,255,0.3);\n      padding: 4px 8px;\n      border-radius: 4px;\n    }\n    #temperature_ext_min {\n      position: absolute;\n      top: 202px;\n      left: 30px;\n      font-size: 10px;\n      font-weight: bold;\n      color: red;\n      background: rgba(255,255,255,0.3);\n      padding: 4px 4px;\n      border-radius: 4px;\n    }\n    #temperature_ext_max {\n      position: absolute;\n      top: 145px;\n      left: 30px;\n      font-size: 10px;\n      font-weight: bold;\n      color: red;\n      background: rgba(255,255,255,0.3);\n      padding: 4px 4px;\n      border-radius: 4px;\n    }\n\t#temperature_int {\n      position: absolute;\n      top: 170px;\n      left: 195px;\n      font-size: 15px;\n      font-weight: bold;\n      color: blue;\n      background: rgba(255,255,255,0.3);\n      padding: 4px 8px;\n      border-radius: 4px;\n    }\n\t#vitesse_vent{\n      position: absolute;\n      top: 10px;\n      left: 220px;\n      font-size: 14px;\n      font-weight: bold;\n      color: black;\n      background: rgba(255,255,255,0.6);\n      padding: 4px 8px;\n      border-radius: 4px;\n    }\n\t#rafale_vent{\n\t  position: absolute;\n\t  top: 40px;\n\t  left: 230px;\n\t  font-size: 10px;\n\t  font-weight: bold;\n\t  color: #ff00ef;\n      background: rgba(255,255,255,0.6);\n      padding: 4px 8px;\n      border-radius: 4px;\n    }\n\t#humidite{\n      position: absolute;\n      top: 205px;\n  \t  left: 205px;\n      font-size: 12px;\n      font-weight: bold;\n      color: white;\n      background: rgba(255,255,255,0.3);\n      padding: 4px 8px;\n      border-radius: 4px;\n    }\n\t#pluviometrie{\n      position: absolute;\n      top: 235px;\n  \t  left: 510px;\n      font-size: 12px;\n      font-weight: bold;\n      color: white;\n      background: rgba(255,255,255,0.3);\n      padding: 4px 8px;\n      border-radius: 4px;\n\t}\n\t#pluie{\n      display: none;\n    }\n\t#fond {\n      display: block; \/* toujours visible au d\u00e9but *\/\n    }\n\t#cuve {\n      display: block; \/* toujours visible au d\u00e9but *\/\n    }\t\n\t#gyrouette {\n      display: block; \/* toujours visible au d\u00e9but *\/\n    }\t\n\t\n\t#anemometre1,\n\t#pluviometre,\n\t#photovoltaique,\n\t#niveau_eau_0 {\n      display: block; \/* toujours visible au d\u00e9but *\/\n    }\n    <\/style>\n    \n\n\n    <div class=\"meteo-derniere-entree\">\n        <h3>Derni\u00e8re observation m\u00e9t\u00e9o<\/h3>\n        <table>\n            <tr><th>Heure<\/th><td>2026-05-31 01:50:02  V3<\/td><\/tr>\n            <tr><th>Temp\u00e9rature<\/th><td>25.75 \u00b0C<\/td><\/tr>\n            <tr><th>Temp\u00e9rature 2<\/th><td>21.81 \u00b0C<\/td><\/tr>\n            <tr><th>Humidit\u00e9<\/th><td>100 %<\/td><\/tr>\n            <tr><th>Pression<\/th><td>1000.67 hPa<\/td><\/tr>\n            <tr><th>Vitesse du vent<\/th><td>0 km\/h<\/td><\/tr>\n            <tr><th>Rafales<\/th><td>18 km\/h<\/td><\/tr>\n            <tr><th>Direction du vent<\/th><td>112\u00b0<\/td><\/tr>\n            <tr><th>Pluie<\/th><td>0 mm<\/td><\/tr>\n            <tr><th>Tension batterie<\/th><td>3.58 V<\/td><\/tr>\n\t\t\t<tr><th>Tension batterie 12 V<\/th><td>11.37 V<\/td><\/tr>\n\t\t\t<tr><th>Eau 1<\/th><td>316 mm<\/td><\/tr>\n\t\t\t<tr><th>Eau 2<\/th><td>0 mm<\/td><\/tr>\n        <\/table>\n    <\/div>\n    <style>\n        .meteo-derniere-entree table {\n            border-collapse: collapse;\n            width: 100%;\n            max-width: 600px;\n            margin: 1em auto;\n        }\n        .meteo-derniere-entree th,\n        .meteo-derniere-entree td {\n            border: 1px solid #ccc;\n            padding: 8px 12px;\n            text-align: left;\n        }\n        .meteo-derniere-entree th {\n            background-color: #f0f0f0;\n        }\n    <\/style>\n    \n\n\n\n    <!-- Formulaire de s\u00e9lection de la date -->\n    <form method=\"get\" style=\"text-align: center; margin-bottom: 20px;\">\n        <label for=\"date\">Choisir une date :<\/label>\n        <input type=\"date\" id=\"date\" name=\"date\" value=\"\">\n        <input type=\"submit\" value=\"Afficher\">\n    <\/form>\n\n    <!-- Graphique -->\n    <div style=\"position: relative; width: 100%; max-width: 600px; margin: auto;\">\n        <canvas id=\"espChart\" width=\"500\" height=\"400\"><\/canvas>\n    <\/div>\n\n   <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n<script>\nconst ctx = document.getElementById('espChart').getContext('2d');\n\t\nconst tempInt = [\"24.12\",\"23.94\",\"23.81\",\"23.69\",\"23.62\",\"23.5\",\"23.44\",\"23.38\",\"23.25\",\"23.19\",\"23.06\",\"23\",\"22.87\",\"22.81\",\"22.75\",\"22.69\",\"22.62\",\"22.62\",\"22.5\",\"22.44\",\"22.37\",\"22.25\",\"22.13\",\"22\",\"21.87\",\"21.75\",\"21.75\",\"21.69\",\"21.69\",\"21.69\",\"21.69\",\"21.87\",\"22.06\",\"22.31\",\"22.62\",\"23\",\"23.56\",\"24.44\",\"25.37\",\"26.31\",\"27.13\",\"27.87\",\"28.5\",\"29.19\",\"30.06\",\"30.69\",\"31.19\",\"32.13\",\"33.25\",\"34.25\",\"35.19\",\"35.94\",\"36.44\",\"36.88\",\"37.19\",\"37.44\",\"38.06\",\"38.56\",\"39.31\",\"39.94\",\"40.56\",\"41.25\",\"41.63\",\"42.13\",\"42.38\",\"42.69\",\"42.94\",\"43.13\",\"43.19\",\"43.44\",\"43.63\",\"43.75\",\"43.94\",\"44.06\",\"44.25\",\"44.5\",\"44.69\",\"45.12\",\"45.56\",\"46.06\",\"46.37\",\"46.44\",\"46.81\",\"47.13\",\"47.5\",\"47.56\",\"47.25\",\"47.19\",\"47.06\",\"35.5\",\"34.69\",\"33.81\",\"33.19\",\"32.56\",\"32\",\"31.56\",\"31.19\",\"30.81\",\"30.5\",\"30.12\",\"29.81\",\"29.5\",\"29.19\",\"28.87\",\"28.56\",\"28.31\",\"28.06\",\"27.81\",\"27.62\",\"27.5\",\"27.37\",\"27.25\",\"27.13\",\"27\",\"26.87\",\"26.69\",\"26.5\",\"26.37\",\"26.12\",\"25.94\",\"25.75\"];\n\t\n\t\/\/ Fonction couleur selon temp\u00e9rature\n    function getColor(temp) \n\t{\n        if (temp < 0) return '#00BFFF';      \/\/ bleu glace\n        if (temp < 10) return '#1E90FF';     \/\/ bleu clair\n        if (temp < 20) return '#32CD32';     \/\/ vert\n        if (temp < 30) return '#FFA500';     \/\/ orange\n        return '#FF0000';                    \/\/ rouge vif\n    }\n\n    \/\/ G\u00e9n\u00e8re un tableau de couleurs selon chaque point\n    const colorArray = tempInt.map(t => getColor(t));\n\t\nconst espChart = new Chart(ctx, {\n    type: 'line',\n    data: {\n        labels: [\"02:00\",\"02:10\",\"02:20\",\"02:30\",\"02:40\",\"02:50\",\"03:00\",\"03:10\",\"03:20\",\"03:30\",\"03:40\",\"03:50\",\"04:00\",\"04:10\",\"04:20\",\"04:30\",\"04:40\",\"04:50\",\"05:00\",\"05:10\",\"05:20\",\"05:30\",\"05:40\",\"05:50\",\"06:00\",\"06:10\",\"06:20\",\"06:30\",\"06:40\",\"06:50\",\"07:00\",\"07:10\",\"07:20\",\"07:30\",\"07:40\",\"07:50\",\"08:00\",\"08:10\",\"08:20\",\"08:30\",\"08:40\",\"08:50\",\"09:00\",\"09:10\",\"09:20\",\"09:30\",\"09:40\",\"09:50\",\"10:00\",\"10:10\",\"10:20\",\"10:30\",\"10:40\",\"10:50\",\"11:00\",\"11:10\",\"11:20\",\"11:30\",\"11:40\",\"11:50\",\"12:00\",\"12:10\",\"12:20\",\"12:30\",\"12:40\",\"12:50\",\"13:00\",\"13:10\",\"13:20\",\"13:30\",\"13:40\",\"13:50\",\"14:00\",\"14:10\",\"14:20\",\"14:30\",\"14:40\",\"14:50\",\"15:00\",\"15:10\",\"15:20\",\"15:30\",\"15:40\",\"15:50\",\"16:00\",\"16:10\",\"16:20\",\"16:30\",\"16:40\",\"20:40\",\"20:50\",\"21:00\",\"21:10\",\"21:20\",\"21:30\",\"21:40\",\"21:50\",\"22:00\",\"22:10\",\"22:20\",\"22:30\",\"22:40\",\"22:50\",\"23:00\",\"23:10\",\"23:20\",\"23:30\",\"23:40\",\"23:50\",\"00:00\",\"00:10\",\"00:20\",\"00:30\",\"00:40\",\"00:50\",\"01:00\",\"01:10\",\"01:20\",\"01:30\",\"01:40\",\"01:50\"],\n        datasets: [\n            {\n                label: 'T INT (\u00b0C)',\n                data: tempInt,\n                borderColor: 'red',\n                backgroundColor: 'rgba(255, 99, 132, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y1'\n            },            {\n                label: 'T EXT (\u00b0C)',\n                data: [\"19.5\",\"19.32\",\"19.12\",\"18.94\",\"18.75\",\"18.57\",\"18.4\",\"18.24\",\"18.08\",\"17.93\",\"17.78\",\"17.62\",\"17.5\",\"17.37\",\"17.24\",\"17.12\",\"17.01\",\"16.9\",\"16.81\",\"16.74\",\"16.63\",\"16.53\",\"16.42\",\"16.33\",\"16.23\",\"16.12\",\"16.03\",\"15.95\",\"15.88\",\"15.82\",\"15.83\",\"15.9\",\"15.94\",\"16.01\",\"16.12\",\"16.39\",\"16.85\",\"17.35\",\"17.75\",\"18.27\",\"18.62\",\"19.06\",\"19.48\",\"20.07\",\"20.44\",\"20.8\",\"21.23\",\"21.76\",\"22.34\",\"22.84\",\"23.3\",\"23.75\",\"24.32\",\"24.63\",\"25.01\",\"25.38\",\"25.69\",\"26.24\",\"26.67\",\"27.04\",\"27.43\",\"27.75\",\"28.21\",\"28.59\",\"28.92\",\"29.23\",\"29.5\",\"29.8\",\"30.1\",\"30.39\",\"30.71\",\"30.94\",\"31.13\",\"31.43\",\"31.59\",\"31.75\",\"31.96\",\"32.15\",\"32.38\",\"32.55\",\"32.68\",\"32.85\",\"33\",\"33.21\",\"33.36\",\"33.45\",\"33.52\",\"33.58\",\"33.66\",\"32.21\",\"31.78\",\"31.38\",\"30.91\",\"30.42\",\"29.96\",\"29.5\",\"29.06\",\"28.62\",\"28.24\",\"27.85\",\"27.44\",\"27.05\",\"26.66\",\"26.26\",\"25.88\",\"25.52\",\"25.22\",\"24.95\",\"24.67\",\"24.42\",\"24.19\",\"23.96\",\"23.71\",\"23.48\",\"23.24\",\"23.01\",\"22.78\",\"22.54\",\"22.29\",\"22.05\",\"21.81\"],\n                borderColor: 'orange',\n                backgroundColor: 'rgba(255, 99, 132, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y1'\n            },\n            {\n                label: 'Humidit\u00e9 (%)',\n                data: [\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"95.21\",\"95.84\",\"84.39\",\"85.75\",\"90.26\",\"88.02\",\"69.55\",\"77.79\",\"71.26\",\"82.66\",\"82.4\",\"80.96\",\"74.28\",\"71.44\",\"69.19\",\"75.83\",\"60.69\",\"69.6\",\"61.91\",\"59.24\",\"48.44\",\"56.57\",\"48.47\",\"56\",\"49.05\",\"49.81\",\"46.59\",\"49.63\",\"59.93\",\"61.44\",\"76.75\",\"57.13\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\",\"100\"],\n                borderColor: 'blue',\n                backgroundColor: 'rgba(54, 162, 235, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y2'\n            }\n        ]\n    },\n    options: {\n        responsive: true,\n        maintainAspectRatio: false,\n        plugins: {\n            title: {\n                display: true,\n                text: 'Donn\u00e9es des derni\u00e8res 24 heures'\n            },\n            tooltip: {\n                mode: 'index',\n                intersect: false\n            },\n            legend: {\n                position: 'top'\n            }\n        },\n        interaction: {\n            mode: 'nearest',\n            axis: 'x',\n            intersect: false\n        },\n        scales: {\n            y1: {\n                type: 'linear',\n                position: 'left',\n                beginAtZero: true,\n                title: {\n                    display: true,\n                    text: 'Temp\u00e9rature (\u00b0C)'\n                }\n            },\n            y2: {\n                type: 'linear',\n                position: 'right',\n                beginAtZero: true,\n                grid: {\n                    drawOnChartArea: false\n                },\n                title: {\n                    display: true,\n                    text: 'Humidit\u00e9 (%)'\n                }\n            },\n            x: {\n                ticks: {\n                    maxRotation: 90,\n                    minRotation: 45,\n                    autoSkip: true,\n                    maxTicksLimit: 15\n                },\n                title: {\n                    display: true,\n                    text: 'Heure'\n                }\n            }\n        }\n    }\n});\n<\/script>\n\n\n    \n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n    \n\t<div style=\"position: relative; width: 100%; max-width: 600px; margin: auto;\">\n        <canvas id=\"roseDesVents\"><\/canvas>\n    <\/div>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <script>\n    document.addEventListener('DOMContentLoaded', function () {\n        const ctx = document.getElementById('roseDesVents').getContext('2d');\n\n        const data = {\n            labels: ['N', 'NE', 'E', 'SE', 'S', 'SW', 'W', 'NW'],\n            datasets: [{\n                label: 'Vitesse et direction du vent',\n                data: [13,0,47,46,5,8,0,2],\n                backgroundColor: 'rgba(54, 162, 235, 0.2)',\n                borderColor: 'rgba(54, 162, 235, 1)',\n                borderWidth: 2,\n                pointBackgroundColor: 'rgba(54, 162, 235, 1)'\n            }]\n        };\n\n        const options = {\n            responsive: true,\n            maintainAspectRatio: true,\n            aspectRatio: 1,\n            scales: {\n                r: {\n                    beginAtZero: true,\n                    angleLines: { display: true },\n                    suggestedMax: Math.max(...data.datasets[0].data) + 5,\n                    pointLabels: { font: { size: 14 } }\n                }\n            },\n            plugins: {\n                title: {\n                    display: true,\n                    text: 'Rose des Vents'\n                },\n                legend: {\n                    display: false\n                }\n            }\n        };\n\n        new Chart(ctx, {\n            type: 'radar',\n            data: data,\n            options: options\n        });\n    });\n    <\/script>\n    \n\n\n\n    <!-- Formulaire de s\u00e9lection de la date -->\n    <form method=\"get\" style=\"text-align: center; margin-bottom: 20px;\">\n        <label for=\"date\">Choisir une date :<\/label>\n        <input type=\"date\" id=\"date\" name=\"date\" value=\"\">\n        <input type=\"submit\" value=\"Afficher\">\n    <\/form>\n\n    <!-- Graphique -->\n    <div style=\"position: relative; width: 100%; max-width: 600px; margin: auto;\">\n        <canvas id=\"windChart\" width=\"500\" height=\"400\"><\/canvas>\n    <\/div>\n\n   <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n<script>\nconst windctx = document.getElementById('windChart').getContext('2d');\nconst windChart = new Chart(windctx, {\n    type: 'line',\n    data: {\n        labels: [\"02:00\",\"02:10\",\"02:20\",\"02:30\",\"02:40\",\"02:50\",\"03:00\",\"03:10\",\"03:20\",\"03:30\",\"03:40\",\"03:50\",\"04:00\",\"04:10\",\"04:20\",\"04:30\",\"04:40\",\"04:50\",\"05:00\",\"05:10\",\"05:20\",\"05:30\",\"05:40\",\"05:50\",\"06:00\",\"06:10\",\"06:20\",\"06:30\",\"06:40\",\"06:50\",\"07:00\",\"07:10\",\"07:20\",\"07:30\",\"07:40\",\"07:50\",\"08:00\",\"08:10\",\"08:20\",\"08:30\",\"08:40\",\"08:50\",\"09:00\",\"09:10\",\"09:20\",\"09:30\",\"09:40\",\"09:50\",\"10:00\",\"10:10\",\"10:20\",\"10:30\",\"10:40\",\"10:50\",\"11:00\",\"11:10\",\"11:20\",\"11:30\",\"11:40\",\"11:50\",\"12:00\",\"12:10\",\"12:20\",\"12:30\",\"12:40\",\"12:50\",\"13:00\",\"13:10\",\"13:20\",\"13:30\",\"13:40\",\"13:50\",\"14:00\",\"14:10\",\"14:20\",\"14:30\",\"14:40\",\"14:50\",\"15:00\",\"15:10\",\"15:20\",\"15:30\",\"15:40\",\"15:50\",\"16:00\",\"16:10\",\"16:20\",\"16:30\",\"16:40\",\"20:40\",\"20:50\",\"21:00\",\"21:10\",\"21:20\",\"21:30\",\"21:40\",\"21:50\",\"22:00\",\"22:10\",\"22:20\",\"22:30\",\"22:40\",\"22:50\",\"23:00\",\"23:10\",\"23:20\",\"23:30\",\"23:40\",\"23:50\",\"00:00\",\"00:10\",\"00:20\",\"00:30\",\"00:40\",\"00:50\",\"01:00\",\"01:10\",\"01:20\",\"01:30\",\"01:40\",\"01:50\"],\n        datasets: [\n            {\n                label: 'Vent',\n                data: [\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"1\",\"1\",\"0\",\"0\",\"0\",\"0\",\"1\",\"1\",\"1\",\"0\",\"0\",\"1\",\"0\",\"1\",\"0\",\"0\",\"0\",\"0\",\"0\",\"5\",\"1\",\"1\",\"3\",\"1\",\"9\",\"1\",\"0\",\"3\",\"1\",\"1\",\"1\",\"4\",\"3\",\"3\",\"3\",\"4\",\"4\",\"3\",\"5\",\"3\",\"3\",\"0\",\"0\",\"0\",\"1\",\"3\",\"6\",\"4\",\"4\",\"4\",\"2\",\"4\",\"1\",\"9\",\"4\",\"6\",\"7\",\"1\",\"1\",\"3\",\"3\",\"1\",\"4\",\"1\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"1\",\"0\",\"0\",\"5\",\"4\",\"3\",\"0\",\"1\",\"3\",\"2\",\"7\",\"11\",\"4\",\"1\",\"14\",\"0\"],\n                borderColor: 'red',\n                backgroundColor: 'rgba(255, 99, 132, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y1'\n            },            \n\t\t\t{\n                label: 'Rafales',\n                data: [\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"1\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"10\",\"10\",\"10\",\"10\",\"10\",\"0\",\"3\",\"3\",\"3\",\"3\",\"3\",\"0\",\"3\",\"4\",\"4\",\"4\",\"4\",\"0\",\"3\",\"7\",\"7\",\"7\",\"7\",\"0\",\"12\",\"12\",\"12\",\"12\",\"12\",\"0\",\"9\",\"9\",\"9\",\"9\",\"11\",\"0\",\"9\",\"9\",\"12\",\"12\",\"12\",\"0\",\"11\",\"11\",\"11\",\"11\",\"11\",\"0\",\"18\",\"18\",\"18\",\"18\",\"18\",\"0\",\"12\",\"12\",\"12\",\"12\",\"12\",\"0\",\"11\",\"11\",\"11\",\"11\",\"4\",\"4\",\"0\",\"0\",\"9\",\"9\",\"9\",\"9\",\"0\",\"1\",\"1\",\"1\",\"2\",\"2\",\"0\",\"5\",\"5\",\"5\",\"5\",\"9\",\"0\",\"14\",\"14\",\"17\",\"17\",\"17\",\"0\",\"18\",\"18\",\"18\",\"18\",\"18\"],\n                borderColor: 'orange',\n                backgroundColor: 'rgba(255, 99, 132, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y1'\n            }\n        ]\n    },\n    options: {\n        responsive: true,\n        maintainAspectRatio: false,\n        plugins: {\n            title: {\n                display: true,\n                text: 'Donn\u00e9es des derni\u00e8res 24 heures'\n            },\n            tooltip: {\n                mode: 'index',\n                intersect: false\n            },\n            legend: {\n                position: 'top'\n            }\n        },\n        interaction: {\n            mode: 'nearest',\n            axis: 'x',\n            intersect: false\n        },\n        scales: {\n            y1: {\n                type: 'linear',\n                position: 'left',\n                beginAtZero: true,\n                title: {\n                    display: true,\n                    text: 'Vitesse Km\/h'\n                }\n            },\n            x: {\n                ticks: {\n                    maxRotation: 90,\n                    minRotation: 45,\n                    autoSkip: true,\n                    maxTicksLimit: 15\n                },\n                title: {\n                    display: true,\n                    text: 'heure'\n                }\n            }\n        }\n    }\n});\n<\/script>\n\n\n    \n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n    <!-- Formulaire de date -->\n    <form method=\"get\" style=\"text-align: center; margin-bottom: 20px;\">\n        <label for=\"date\">Choisir une date :<\/label>\n        <input type=\"date\" id=\"date\" name=\"date\" value=\"\">\n        <input type=\"submit\" value=\"Afficher\">\n    <\/form>\n\n    <!-- Graphique des pr\u00e9cipitations -->\n    <div style=\"position: relative; width: 100%; max-width: 700px; margin: 40px auto;\">\n        <canvas id=\"rainChart\" height=\"400\"><\/canvas>\n    <\/div>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <script>\n    const labels = [\"02:00\",\"02:10\",\"02:20\",\"02:30\",\"02:40\",\"02:50\",\"03:00\",\"03:10\",\"03:20\",\"03:30\",\"03:40\",\"03:50\",\"04:00\",\"04:10\",\"04:20\",\"04:30\",\"04:40\",\"04:50\",\"05:00\",\"05:10\",\"05:20\",\"05:30\",\"05:40\",\"05:50\",\"06:00\",\"06:10\",\"06:20\",\"06:30\",\"06:40\",\"06:50\",\"07:00\",\"07:10\",\"07:20\",\"07:30\",\"07:40\",\"07:50\",\"08:00\",\"08:10\",\"08:20\",\"08:30\",\"08:40\",\"08:50\",\"09:00\",\"09:10\",\"09:20\",\"09:30\",\"09:40\",\"09:50\",\"10:00\",\"10:10\",\"10:20\",\"10:30\",\"10:40\",\"10:50\",\"11:00\",\"11:10\",\"11:20\",\"11:30\",\"11:40\",\"11:50\",\"12:00\",\"12:10\",\"12:20\",\"12:30\",\"12:40\",\"12:50\",\"13:00\",\"13:10\",\"13:20\",\"13:30\",\"13:40\",\"13:50\",\"14:00\",\"14:10\",\"14:20\",\"14:30\",\"14:40\",\"14:50\",\"15:00\",\"15:10\",\"15:20\",\"15:30\",\"15:40\",\"15:50\",\"16:00\",\"16:10\",\"16:20\",\"16:30\",\"16:40\",\"20:40\",\"20:50\",\"21:00\",\"21:10\",\"21:20\",\"21:30\",\"21:40\",\"21:50\",\"22:00\",\"22:10\",\"22:20\",\"22:30\",\"22:40\",\"22:50\",\"23:00\",\"23:10\",\"23:20\",\"23:30\",\"23:40\",\"23:50\",\"00:00\",\"00:10\",\"00:20\",\"00:30\",\"00:40\",\"00:50\",\"01:00\",\"01:10\",\"01:20\",\"01:30\",\"01:40\",\"01:50\"];\n    const rainData = [\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"];\n\n    const rainCtx = document.getElementById('rainChart').getContext('2d');\n    const rainChart = new Chart(rainCtx, {\n        type: 'bar',\n        data: {\n            labels: labels,\n            datasets: [{\n                label: 'Pr\u00e9cipitations (mm)',\n                data: rainData,\n                backgroundColor: 'rgba(54, 162, 235, 0.5)',\n                borderColor: 'rgba(54, 162, 235, 1)',\n                borderWidth: 1\n            }]\n        },\n        options: {\n            responsive: true,\n            maintainAspectRatio: false,\n            plugins: {\n                title: {\n                    display: true,\n                    text: 'Pr\u00e9cipitations des derni\u00e8res 24 heures'\n                },\n                legend: {\n                    display: false\n                }\n            },\n            scales: {\n                y: {\n                    beginAtZero: true,\n                    title: {\n                        display: true,\n                        text: 'mm'\n                    }\n                },\n                x: {\n                    ticks: {\n                        maxRotation: 90,\n                        minRotation: 45,\n                        autoSkip: true,\n                        maxTicksLimit: 20\n                    },\n                    title: {\n                        display: true,\n                        text: 'Heure'\n                    }\n                }\n            }\n        }\n    });\n    <\/script>\n\n    \n\n\n\n    <!-- Formulaire de s\u00e9lection de la date -->\n    <form method=\"get\" style=\"text-align: center; margin-bottom: 20px;\">\n        <label for=\"date\">Choisir une date :<\/label>\n        <input type=\"date\" id=\"date\" name=\"date\" value=\"\">\n        <input type=\"submit\" value=\"Afficher\">\n    <\/form>\n\n    <!-- Graphique -->\n    <div style=\"position: relative; width: 100%; max-width: 600px; margin: auto;\">\n        <canvas id=\"batterieChart\" width=\"500\" height=\"400\"><\/canvas>\n    <\/div>\n\n   <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n<script>\nconst batteriectx = document.getElementById('batterieChart').getContext('2d');\nconst batterieChart = new Chart(batteriectx, {\n    type: 'line',\n    data: {\n        labels: [\"02:00\",\"02:10\",\"02:20\",\"02:30\",\"02:40\",\"02:50\",\"03:00\",\"03:10\",\"03:20\",\"03:30\",\"03:40\",\"03:50\",\"04:00\",\"04:10\",\"04:20\",\"04:30\",\"04:40\",\"04:50\",\"05:00\",\"05:10\",\"05:20\",\"05:30\",\"05:40\",\"05:50\",\"06:00\",\"06:10\",\"06:20\",\"06:30\",\"06:40\",\"06:50\",\"07:00\",\"07:10\",\"07:20\",\"07:30\",\"07:40\",\"07:50\",\"08:00\",\"08:10\",\"08:20\",\"08:30\",\"08:40\",\"08:50\",\"09:00\",\"09:10\",\"09:20\",\"09:30\",\"09:40\",\"09:50\",\"10:00\",\"10:10\",\"10:20\",\"10:30\",\"10:40\",\"10:50\",\"11:00\",\"11:10\",\"11:20\",\"11:30\",\"11:40\",\"11:50\",\"12:00\",\"12:10\",\"12:20\",\"12:30\",\"12:40\",\"12:50\",\"13:00\",\"13:10\",\"13:20\",\"13:30\",\"13:40\",\"13:50\",\"14:00\",\"14:10\",\"14:20\",\"14:30\",\"14:40\",\"14:50\",\"15:00\",\"15:10\",\"15:20\",\"15:30\",\"15:40\",\"15:50\",\"16:00\",\"16:10\",\"16:20\",\"16:30\",\"16:40\",\"20:40\",\"20:50\",\"21:00\",\"21:10\",\"21:20\",\"21:30\",\"21:40\",\"21:50\",\"22:00\",\"22:10\",\"22:20\",\"22:30\",\"22:40\",\"22:50\",\"23:00\",\"23:10\",\"23:20\",\"23:30\",\"23:40\",\"23:50\",\"00:00\",\"00:10\",\"00:20\",\"00:30\",\"00:40\",\"00:50\",\"01:00\",\"01:10\",\"01:20\",\"01:30\",\"01:40\",\"01:50\"],\n        datasets: [\n            {\n                label: 'Tension',\n                data: [\"3.9\",\"3.76\",\"3.85\",\"3.77\",\"3.86\",\"3.73\",\"3.85\",\"3.74\",\"3.86\",\"3.72\",\"3.73\",\"3.72\",\"3.69\",\"3.84\",\"3.71\",\"3.82\",\"3.72\",\"3.81\",\"3.68\",\"3.8\",\"3.68\",\"3.79\",\"3.65\",\"3.79\",\"3.67\",\"3.66\",\"3.66\",\"3.65\",\"3.65\",\"3.64\",\"3.72\",\"3.63\",\"3.76\",\"3.63\",\"3.73\",\"3.63\",\"3.74\",\"3.63\",\"3.7\",\"3.61\",\"3.73\",\"3.6\",\"3.7\",\"3.57\",\"3.72\",\"3.62\",\"3.75\",\"3.62\",\"3.74\",\"3.61\",\"3.63\",\"3.57\",\"3.59\",\"3.58\",\"3.62\",\"3.68\",\"3.57\",\"3.66\",\"3.57\",\"3.64\",\"3.51\",\"3.64\",\"3.56\",\"3.63\",\"3.5\",\"3.65\",\"3.49\",\"3.69\",\"3.49\",\"3.63\",\"3.5\",\"3.46\",\"3.49\",\"3.48\",\"3.47\",\"3.46\",\"3.52\",\"3.45\",\"3.6\",\"3.44\",\"3.59\",\"3.47\",\"3.6\",\"3.43\",\"3.57\",\"3.41\",\"3.54\",\"3.41\",\"3.57\",\"3.65\",\"3.62\",\"3.76\",\"3.66\",\"3.81\",\"3.75\",\"3.9\",\"3.8\",\"3.96\",\"3.85\",\"3.89\",\"3.64\",\"3.65\",\"3.62\",\"3.62\",\"3.71\",\"3.61\",\"3.72\",\"3.6\",\"3.72\",\"3.62\",\"3.72\",\"3.6\",\"3.7\",\"3.59\",\"3.68\",\"3.57\",\"3.72\",\"3.58\",\"3.58\",\"3.55\",\"3.58\"],\n                borderColor: 'blue',\n                backgroundColor: 'rgba(255, 99, 132, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y1'\n            },\n\t\t\t{\n                label: 'Tension batterie 12v',\n                data: [\"11.79\",\"11.3\",\"11.77\",\"11.28\",\"11.74\",\"11.26\",\"11.68\",\"11.26\",\"11.79\",\"11.3\",\"11.25\",\"11.34\",\"11.29\",\"11.72\",\"11.32\",\"11.73\",\"11.3\",\"11.61\",\"11.35\",\"11.62\",\"11.28\",\"11.73\",\"11.26\",\"11.63\",\"11.28\",\"11.32\",\"11.28\",\"11.36\",\"11.25\",\"11.28\",\"11.76\",\"11.25\",\"11.79\",\"11.29\",\"11.79\",\"11.41\",\"11.85\",\"11.45\",\"11.92\",\"11.43\",\"11.91\",\"11.45\",\"12.02\",\"11.51\",\"12.01\",\"11.5\",\"12.02\",\"11.58\",\"11.97\",\"11.68\",\"11.54\",\"11.5\",\"11.58\",\"11.56\",\"11.57\",\"11.97\",\"11.52\",\"12.04\",\"11.54\",\"12\",\"11.54\",\"12.03\",\"11.49\",\"11.97\",\"11.54\",\"12.03\",\"11.53\",\"12.04\",\"11.49\",\"11.96\",\"11.51\",\"11.5\",\"11.59\",\"11.48\",\"11.58\",\"11.49\",\"11.47\",\"11.52\",\"12.03\",\"11.55\",\"11.92\",\"11.59\",\"12.02\",\"11.45\",\"12.04\",\"11.48\",\"11.95\",\"11.43\",\"12.02\",\"12.15\",\"11.67\",\"12.19\",\"11.68\",\"12.19\",\"11.66\",\"12.17\",\"11.66\",\"12.13\",\"11.64\",\"11.73\",\"11.36\",\"11.43\",\"11.36\",\"11.41\",\"11.85\",\"11.35\",\"11.85\",\"11.43\",\"11.79\",\"11.43\",\"11.81\",\"11.39\",\"11.79\",\"11.43\",\"11.83\",\"11.36\",\"11.83\",\"11.4\",\"11.43\",\"11.39\",\"11.37\"],\n                borderColor: 'green',\n                backgroundColor: 'rgba(255, 99, 132, 0.2)',\n                fill: false,\n                tension: 0.3,\n                yAxisID: 'y1'\n            }\n        ]\n    },\n    options: {\n        responsive: true,\n        maintainAspectRatio: false,\n        plugins: {\n            title: {\n                display: true,\n                text: 'Donn\u00e9es des derni\u00e8res 24 heures'\n            },\n            tooltip: {\n                mode: 'index',\n                intersect: false\n            },\n            legend: {\n                position: 'top'\n            }\n        },\n        interaction: {\n            mode: 'nearest',\n            axis: 'x',\n            intersect: false\n        },\n        scales: {\n            y1: {\n                type: 'linear',\n                position: 'left',\n                beginAtZero: true,\n                title: {\n                    display: true,\n                    text: 'V'\n                }\n            },\n            x: {\n                ticks: {\n                    maxRotation: 90,\n                    minRotation: 45,\n                    autoSkip: true,\n                    maxTicksLimit: 15\n                },\n                title: {\n                    display: true,\n                    text: 'heure'\n                }\n            }\n        }\n    }\n});\n<\/script>\n\n\n    \n\n\n\n    <!-- Formulaire de date -->\n    <form method=\"get\" style=\"text-align: center; margin-bottom: 20px;\">\n        <label for=\"date\">Choisir une date :<\/label>\n        <input type=\"date\" id=\"date\" name=\"date\" value=\"\">\n        <input type=\"submit\" value=\"Afficher\">\n    <\/form>\n\n    <!-- Graphique des pr\u00e9cipitations -->\n    <div style=\"position: relative; width: 100%; max-width: 700px; margin: 40px auto;\">\n        <canvas id=\"eauChart\" height=\"400\"><\/canvas>\n    <\/div>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <script>\n\t\t\t\n    const labels_eau = [\"21\\\/05 02:00\",\"21\\\/05 02:10\",\"21\\\/05 02:20\",\"21\\\/05 02:30\",\"21\\\/05 02:40\",\"21\\\/05 02:50\",\"21\\\/05 03:00\",\"21\\\/05 03:10\",\"21\\\/05 03:20\",\"21\\\/05 03:30\",\"21\\\/05 03:40\",\"21\\\/05 03:50\",\"21\\\/05 04:00\",\"21\\\/05 04:10\",\"21\\\/05 04:20\",\"21\\\/05 04:30\",\"21\\\/05 04:40\",\"21\\\/05 04:50\",\"21\\\/05 05:00\",\"21\\\/05 05:10\",\"21\\\/05 05:20\",\"21\\\/05 05:30\",\"21\\\/05 05:40\",\"21\\\/05 05:50\",\"21\\\/05 06:00\",\"21\\\/05 06:10\",\"21\\\/05 06:20\",\"21\\\/05 06:30\",\"21\\\/05 06:40\",\"21\\\/05 06:50\",\"21\\\/05 07:00\",\"21\\\/05 07:10\",\"21\\\/05 07:20\",\"21\\\/05 07:30\",\"21\\\/05 07:40\",\"21\\\/05 07:50\",\"21\\\/05 08:00\",\"21\\\/05 08:10\",\"21\\\/05 08:20\",\"21\\\/05 08:30\",\"21\\\/05 08:40\",\"21\\\/05 08:50\",\"21\\\/05 09:00\",\"21\\\/05 09:10\",\"21\\\/05 09:20\",\"21\\\/05 09:30\",\"21\\\/05 09:40\",\"21\\\/05 09:50\",\"21\\\/05 10:00\",\"21\\\/05 10:10\",\"21\\\/05 10:20\",\"21\\\/05 10:30\",\"21\\\/05 10:40\",\"21\\\/05 10:50\",\"21\\\/05 11:00\",\"21\\\/05 11:10\",\"21\\\/05 11:20\",\"21\\\/05 11:30\",\"21\\\/05 11:40\",\"21\\\/05 11:50\",\"21\\\/05 12:00\",\"21\\\/05 12:10\",\"21\\\/05 12:20\",\"21\\\/05 12:30\",\"21\\\/05 12:40\",\"21\\\/05 12:50\",\"21\\\/05 13:00\",\"21\\\/05 13:10\",\"21\\\/05 13:20\",\"21\\\/05 13:30\",\"21\\\/05 13:40\",\"21\\\/05 13:50\",\"21\\\/05 14:00\",\"21\\\/05 14:10\",\"21\\\/05 14:20\",\"21\\\/05 14:30\",\"21\\\/05 14:40\",\"21\\\/05 14:50\",\"21\\\/05 15:00\",\"21\\\/05 15:10\",\"21\\\/05 15:20\",\"21\\\/05 15:30\",\"21\\\/05 15:40\",\"21\\\/05 15:50\",\"21\\\/05 16:00\",\"21\\\/05 16:10\",\"21\\\/05 16:20\",\"21\\\/05 16:30\",\"21\\\/05 16:40\",\"21\\\/05 16:50\",\"21\\\/05 17:00\",\"21\\\/05 17:10\",\"21\\\/05 17:20\",\"21\\\/05 17:30\",\"21\\\/05 17:40\",\"21\\\/05 17:50\",\"21\\\/05 18:00\",\"21\\\/05 18:10\",\"21\\\/05 18:20\",\"21\\\/05 18:30\",\"21\\\/05 18:40\",\"21\\\/05 18:50\",\"21\\\/05 19:00\",\"21\\\/05 19:10\",\"21\\\/05 19:20\",\"21\\\/05 19:30\",\"21\\\/05 19:40\",\"21\\\/05 19:50\",\"21\\\/05 20:00\",\"21\\\/05 20:10\",\"21\\\/05 20:20\",\"21\\\/05 20:30\",\"21\\\/05 20:40\",\"21\\\/05 20:50\",\"21\\\/05 21:00\",\"21\\\/05 21:10\",\"21\\\/05 21:20\",\"21\\\/05 21:30\",\"21\\\/05 21:40\",\"21\\\/05 21:50\",\"21\\\/05 22:00\",\"21\\\/05 22:10\",\"21\\\/05 22:20\",\"21\\\/05 22:30\",\"21\\\/05 22:40\",\"21\\\/05 22:50\",\"21\\\/05 23:00\",\"21\\\/05 23:10\",\"21\\\/05 23:20\",\"21\\\/05 23:30\",\"21\\\/05 23:40\",\"21\\\/05 23:50\",\"22\\\/05 00:00\",\"22\\\/05 00:10\",\"22\\\/05 00:20\",\"22\\\/05 00:30\",\"22\\\/05 19:16\",\"22\\\/05 19:20\",\"22\\\/05 19:30\",\"22\\\/05 19:40\",\"22\\\/05 19:50\",\"22\\\/05 20:00\",\"22\\\/05 20:10\",\"22\\\/05 20:20\",\"22\\\/05 20:30\",\"22\\\/05 20:40\",\"22\\\/05 20:50\",\"22\\\/05 21:00\",\"22\\\/05 21:10\",\"22\\\/05 21:20\",\"22\\\/05 21:30\",\"22\\\/05 21:40\",\"22\\\/05 21:50\",\"22\\\/05 22:00\",\"22\\\/05 22:10\",\"22\\\/05 22:20\",\"22\\\/05 22:30\",\"22\\\/05 22:40\",\"22\\\/05 22:50\",\"22\\\/05 23:00\",\"22\\\/05 23:10\",\"22\\\/05 23:20\",\"22\\\/05 23:30\",\"22\\\/05 23:40\",\"22\\\/05 23:50\",\"23\\\/05 00:00\",\"23\\\/05 00:10\",\"23\\\/05 00:20\",\"23\\\/05 00:30\",\"23\\\/05 00:40\",\"23\\\/05 00:50\",\"23\\\/05 01:00\",\"23\\\/05 01:10\",\"23\\\/05 01:20\",\"23\\\/05 01:30\",\"23\\\/05 01:40\",\"23\\\/05 01:50\",\"23\\\/05 02:00\",\"23\\\/05 02:10\",\"23\\\/05 02:20\",\"23\\\/05 02:30\",\"23\\\/05 02:40\",\"23\\\/05 02:50\",\"23\\\/05 03:00\",\"23\\\/05 03:10\",\"23\\\/05 03:20\",\"23\\\/05 03:30\",\"23\\\/05 03:40\",\"23\\\/05 03:50\",\"23\\\/05 04:00\",\"23\\\/05 04:10\",\"23\\\/05 04:20\",\"23\\\/05 04:30\",\"23\\\/05 04:40\",\"23\\\/05 04:50\",\"23\\\/05 05:00\",\"23\\\/05 05:10\",\"23\\\/05 05:20\",\"23\\\/05 05:30\",\"23\\\/05 05:40\",\"23\\\/05 05:50\",\"23\\\/05 06:00\",\"23\\\/05 06:10\",\"23\\\/05 06:20\",\"23\\\/05 06:30\",\"23\\\/05 06:40\",\"23\\\/05 06:50\",\"23\\\/05 07:00\",\"23\\\/05 07:10\",\"23\\\/05 07:20\",\"23\\\/05 07:30\",\"23\\\/05 07:40\",\"23\\\/05 07:50\",\"23\\\/05 08:00\",\"23\\\/05 08:10\",\"23\\\/05 08:20\",\"23\\\/05 08:30\",\"23\\\/05 08:40\",\"23\\\/05 08:50\",\"23\\\/05 09:00\",\"23\\\/05 09:10\",\"23\\\/05 09:20\",\"23\\\/05 09:30\",\"23\\\/05 09:40\",\"23\\\/05 09:50\",\"23\\\/05 10:00\",\"23\\\/05 10:10\",\"23\\\/05 10:20\",\"23\\\/05 10:30\",\"23\\\/05 10:40\",\"23\\\/05 10:50\",\"23\\\/05 11:00\",\"23\\\/05 11:10\",\"23\\\/05 11:20\",\"23\\\/05 11:30\",\"23\\\/05 11:40\",\"23\\\/05 11:50\",\"23\\\/05 12:00\",\"23\\\/05 12:10\",\"23\\\/05 12:20\",\"23\\\/05 12:30\",\"23\\\/05 12:40\",\"23\\\/05 12:50\",\"23\\\/05 13:00\",\"23\\\/05 13:10\",\"23\\\/05 13:20\",\"23\\\/05 13:30\",\"23\\\/05 13:40\",\"23\\\/05 13:50\",\"23\\\/05 14:00\",\"23\\\/05 14:10\",\"23\\\/05 14:20\",\"23\\\/05 14:30\",\"23\\\/05 14:40\",\"23\\\/05 14:50\",\"23\\\/05 15:00\",\"23\\\/05 15:10\",\"23\\\/05 15:20\",\"23\\\/05 15:30\",\"23\\\/05 15:40\",\"23\\\/05 15:50\",\"23\\\/05 16:00\",\"23\\\/05 16:10\",\"23\\\/05 16:20\",\"23\\\/05 16:30\",\"23\\\/05 16:50\",\"23\\\/05 17:00\",\"23\\\/05 17:10\",\"23\\\/05 17:20\",\"23\\\/05 17:30\",\"23\\\/05 17:40\",\"23\\\/05 17:50\",\"23\\\/05 18:00\",\"23\\\/05 18:10\",\"23\\\/05 18:20\",\"23\\\/05 18:30\",\"23\\\/05 18:40\",\"23\\\/05 18:50\",\"23\\\/05 19:00\",\"23\\\/05 19:10\",\"23\\\/05 19:20\",\"23\\\/05 19:30\",\"23\\\/05 19:40\",\"23\\\/05 19:50\",\"23\\\/05 20:00\",\"23\\\/05 20:10\",\"23\\\/05 20:20\",\"23\\\/05 20:30\",\"23\\\/05 20:40\",\"23\\\/05 20:50\",\"23\\\/05 21:00\",\"23\\\/05 21:10\",\"23\\\/05 21:20\",\"23\\\/05 21:30\",\"23\\\/05 21:40\",\"23\\\/05 21:50\",\"23\\\/05 22:00\",\"23\\\/05 22:10\",\"23\\\/05 22:20\",\"23\\\/05 22:30\",\"24\\\/05 19:19\",\"24\\\/05 19:20\",\"24\\\/05 19:30\",\"24\\\/05 19:40\",\"24\\\/05 19:50\",\"24\\\/05 20:00\",\"24\\\/05 20:10\",\"24\\\/05 20:20\",\"24\\\/05 20:30\",\"24\\\/05 20:40\",\"24\\\/05 20:50\",\"24\\\/05 21:00\",\"24\\\/05 21:10\",\"24\\\/05 21:20\",\"24\\\/05 21:30\",\"24\\\/05 21:40\",\"24\\\/05 21:50\",\"24\\\/05 22:00\",\"24\\\/05 22:10\",\"24\\\/05 22:20\",\"24\\\/05 22:30\",\"24\\\/05 22:40\",\"24\\\/05 22:50\",\"24\\\/05 23:00\",\"24\\\/05 23:10\",\"24\\\/05 23:20\",\"24\\\/05 23:30\",\"24\\\/05 23:40\",\"24\\\/05 23:50\",\"25\\\/05 00:00\",\"25\\\/05 00:10\",\"25\\\/05 00:20\",\"25\\\/05 00:30\",\"25\\\/05 00:40\",\"25\\\/05 00:50\",\"25\\\/05 01:00\",\"25\\\/05 01:10\",\"25\\\/05 01:20\",\"25\\\/05 01:30\",\"25\\\/05 01:40\",\"25\\\/05 01:50\",\"25\\\/05 02:00\",\"25\\\/05 02:10\",\"25\\\/05 02:20\",\"25\\\/05 02:30\",\"25\\\/05 02:40\",\"25\\\/05 02:50\",\"25\\\/05 03:00\",\"25\\\/05 03:10\",\"25\\\/05 03:20\",\"25\\\/05 03:30\",\"25\\\/05 03:40\",\"25\\\/05 03:50\",\"25\\\/05 04:00\",\"25\\\/05 04:10\",\"25\\\/05 04:20\",\"25\\\/05 04:30\",\"25\\\/05 04:40\",\"25\\\/05 04:50\",\"25\\\/05 05:00\",\"25\\\/05 05:10\",\"25\\\/05 05:20\",\"25\\\/05 05:30\",\"25\\\/05 05:40\",\"25\\\/05 05:50\",\"25\\\/05 06:00\",\"25\\\/05 06:10\",\"25\\\/05 06:20\",\"25\\\/05 06:30\",\"25\\\/05 06:40\",\"25\\\/05 06:50\",\"25\\\/05 07:00\",\"25\\\/05 07:10\",\"25\\\/05 07:20\",\"25\\\/05 07:30\",\"25\\\/05 07:40\",\"25\\\/05 07:50\",\"25\\\/05 08:00\",\"25\\\/05 08:10\",\"25\\\/05 08:20\",\"25\\\/05 08:30\",\"25\\\/05 08:40\",\"25\\\/05 08:50\",\"25\\\/05 09:00\",\"25\\\/05 09:10\",\"25\\\/05 09:20\",\"25\\\/05 09:30\",\"25\\\/05 09:40\",\"25\\\/05 09:50\",\"25\\\/05 10:00\",\"25\\\/05 10:10\",\"25\\\/05 10:20\",\"25\\\/05 10:30\",\"25\\\/05 10:40\",\"25\\\/05 10:50\",\"25\\\/05 11:00\",\"25\\\/05 11:10\",\"25\\\/05 11:20\",\"25\\\/05 11:30\",\"25\\\/05 11:40\",\"25\\\/05 11:50\",\"25\\\/05 12:00\",\"25\\\/05 12:10\",\"25\\\/05 12:20\",\"25\\\/05 12:30\",\"25\\\/05 12:40\",\"25\\\/05 12:50\",\"25\\\/05 13:00\",\"25\\\/05 13:10\",\"25\\\/05 13:20\",\"25\\\/05 13:30\",\"25\\\/05 13:40\",\"25\\\/05 13:50\",\"25\\\/05 14:00\",\"25\\\/05 14:10\",\"25\\\/05 14:20\",\"25\\\/05 14:30\",\"25\\\/05 14:40\",\"25\\\/05 14:50\",\"25\\\/05 15:00\",\"25\\\/05 15:10\",\"25\\\/05 15:20\",\"25\\\/05 15:30\",\"25\\\/05 15:40\",\"25\\\/05 15:50\",\"25\\\/05 16:00\",\"25\\\/05 16:10\",\"25\\\/05 16:20\",\"25\\\/05 16:30\",\"25\\\/05 16:40\",\"25\\\/05 16:50\",\"25\\\/05 17:00\",\"25\\\/05 17:10\",\"25\\\/05 17:20\",\"25\\\/05 17:30\",\"25\\\/05 17:40\",\"25\\\/05 17:50\",\"25\\\/05 18:00\",\"25\\\/05 18:10\",\"25\\\/05 18:20\",\"25\\\/05 18:30\",\"25\\\/05 18:40\",\"25\\\/05 18:50\",\"25\\\/05 19:00\",\"25\\\/05 19:10\",\"25\\\/05 19:20\",\"25\\\/05 19:30\",\"25\\\/05 19:40\",\"25\\\/05 19:50\",\"25\\\/05 20:00\",\"25\\\/05 20:10\",\"25\\\/05 20:20\",\"25\\\/05 20:30\",\"25\\\/05 20:40\",\"25\\\/05 20:50\",\"25\\\/05 21:00\",\"25\\\/05 21:10\",\"25\\\/05 21:20\",\"25\\\/05 21:30\",\"25\\\/05 21:40\",\"25\\\/05 21:50\",\"25\\\/05 22:00\",\"25\\\/05 22:10\",\"25\\\/05 22:20\",\"25\\\/05 22:30\",\"25\\\/05 22:40\",\"25\\\/05 22:50\",\"25\\\/05 23:00\",\"25\\\/05 23:10\",\"25\\\/05 23:20\",\"25\\\/05 23:30\",\"25\\\/05 23:40\",\"25\\\/05 23:50\",\"26\\\/05 00:00\",\"26\\\/05 00:10\",\"26\\\/05 00:20\",\"26\\\/05 00:30\",\"26\\\/05 00:40\",\"26\\\/05 00:50\",\"26\\\/05 01:00\",\"26\\\/05 01:10\",\"26\\\/05 01:20\",\"26\\\/05 01:30\",\"26\\\/05 01:40\",\"26\\\/05 01:50\",\"26\\\/05 02:00\",\"26\\\/05 02:10\",\"26\\\/05 02:20\",\"26\\\/05 02:30\",\"26\\\/05 02:40\",\"26\\\/05 02:50\",\"26\\\/05 03:00\",\"26\\\/05 03:10\",\"26\\\/05 03:20\",\"26\\\/05 03:30\",\"26\\\/05 03:40\",\"26\\\/05 03:50\",\"26\\\/05 04:00\",\"26\\\/05 04:10\",\"26\\\/05 04:20\",\"26\\\/05 04:30\",\"26\\\/05 04:40\",\"26\\\/05 04:50\",\"26\\\/05 05:00\",\"26\\\/05 05:10\",\"26\\\/05 05:20\",\"26\\\/05 05:30\",\"26\\\/05 05:40\",\"26\\\/05 05:50\",\"26\\\/05 06:00\",\"26\\\/05 06:10\",\"26\\\/05 06:20\",\"26\\\/05 06:30\",\"26\\\/05 06:40\",\"26\\\/05 06:50\",\"26\\\/05 07:00\",\"26\\\/05 08:26\",\"26\\\/05 08:30\",\"26\\\/05 08:40\",\"26\\\/05 08:50\",\"26\\\/05 09:00\",\"26\\\/05 09:10\",\"26\\\/05 09:20\",\"26\\\/05 09:30\",\"26\\\/05 09:40\",\"26\\\/05 09:50\",\"26\\\/05 10:00\",\"26\\\/05 10:10\",\"26\\\/05 10:20\",\"26\\\/05 10:30\",\"26\\\/05 10:40\",\"26\\\/05 10:50\",\"26\\\/05 11:00\",\"26\\\/05 11:10\",\"26\\\/05 11:20\",\"26\\\/05 11:30\",\"26\\\/05 11:40\",\"26\\\/05 11:50\",\"26\\\/05 12:00\",\"26\\\/05 12:10\",\"26\\\/05 12:20\",\"26\\\/05 12:30\",\"26\\\/05 12:40\",\"26\\\/05 12:50\",\"26\\\/05 13:00\",\"26\\\/05 13:10\",\"26\\\/05 13:20\",\"26\\\/05 13:30\",\"26\\\/05 13:40\",\"26\\\/05 13:50\",\"26\\\/05 14:00\",\"26\\\/05 14:10\",\"26\\\/05 14:20\",\"26\\\/05 14:30\",\"26\\\/05 14:40\",\"26\\\/05 14:50\",\"26\\\/05 15:00\",\"26\\\/05 15:10\",\"26\\\/05 15:20\",\"26\\\/05 15:30\",\"26\\\/05 15:40\",\"26\\\/05 15:50\",\"26\\\/05 16:00\",\"26\\\/05 16:10\",\"26\\\/05 16:20\",\"26\\\/05 16:30\",\"26\\\/05 16:40\",\"26\\\/05 16:50\",\"26\\\/05 17:00\",\"26\\\/05 17:10\",\"26\\\/05 17:20\",\"26\\\/05 17:30\",\"26\\\/05 17:40\",\"26\\\/05 17:50\",\"26\\\/05 18:00\",\"26\\\/05 18:10\",\"26\\\/05 18:20\",\"26\\\/05 18:30\",\"26\\\/05 18:40\",\"26\\\/05 18:50\",\"26\\\/05 19:00\",\"26\\\/05 19:10\",\"26\\\/05 19:20\",\"26\\\/05 19:30\",\"26\\\/05 19:40\",\"26\\\/05 19:50\",\"26\\\/05 20:00\",\"26\\\/05 20:10\",\"26\\\/05 20:20\",\"26\\\/05 20:30\",\"26\\\/05 20:40\",\"26\\\/05 20:50\",\"26\\\/05 21:00\",\"26\\\/05 21:10\",\"26\\\/05 21:20\",\"26\\\/05 21:30\",\"26\\\/05 21:40\",\"26\\\/05 21:50\",\"26\\\/05 22:00\",\"26\\\/05 22:10\",\"26\\\/05 22:20\",\"26\\\/05 22:30\",\"26\\\/05 22:40\",\"26\\\/05 22:50\",\"26\\\/05 23:00\",\"26\\\/05 23:10\",\"26\\\/05 23:20\",\"26\\\/05 23:30\",\"26\\\/05 23:40\",\"26\\\/05 23:50\",\"27\\\/05 00:00\",\"27\\\/05 00:10\",\"27\\\/05 00:20\",\"27\\\/05 00:30\",\"27\\\/05 00:40\",\"27\\\/05 00:50\",\"27\\\/05 01:00\",\"27\\\/05 01:10\",\"27\\\/05 01:20\",\"27\\\/05 01:30\",\"27\\\/05 01:40\",\"27\\\/05 01:50\",\"27\\\/05 02:00\",\"27\\\/05 02:10\",\"27\\\/05 02:20\",\"27\\\/05 02:30\",\"27\\\/05 02:40\",\"27\\\/05 02:50\",\"27\\\/05 03:00\",\"27\\\/05 03:10\",\"27\\\/05 03:20\",\"27\\\/05 03:30\",\"27\\\/05 03:40\",\"27\\\/05 03:50\",\"27\\\/05 04:00\",\"27\\\/05 04:10\",\"27\\\/05 04:20\",\"27\\\/05 04:30\",\"27\\\/05 04:40\",\"27\\\/05 04:50\",\"27\\\/05 05:00\",\"27\\\/05 05:10\",\"27\\\/05 05:20\",\"27\\\/05 05:30\",\"27\\\/05 05:40\",\"27\\\/05 05:50\",\"27\\\/05 06:00\",\"27\\\/05 06:10\",\"27\\\/05 06:20\",\"27\\\/05 06:30\",\"27\\\/05 06:40\",\"27\\\/05 06:50\",\"27\\\/05 07:00\",\"27\\\/05 07:10\",\"27\\\/05 07:20\",\"27\\\/05 07:30\",\"27\\\/05 07:40\",\"27\\\/05 07:50\",\"27\\\/05 08:00\",\"27\\\/05 08:10\",\"27\\\/05 08:20\",\"27\\\/05 20:50\",\"27\\\/05 21:00\",\"27\\\/05 21:10\",\"27\\\/05 21:20\",\"27\\\/05 21:30\",\"27\\\/05 21:40\",\"27\\\/05 21:50\",\"27\\\/05 22:00\",\"27\\\/05 22:10\",\"27\\\/05 22:20\",\"27\\\/05 22:30\",\"27\\\/05 22:40\",\"27\\\/05 22:50\",\"27\\\/05 23:00\",\"27\\\/05 23:10\",\"27\\\/05 23:20\",\"27\\\/05 23:30\",\"27\\\/05 23:40\",\"27\\\/05 23:50\",\"28\\\/05 00:00\",\"28\\\/05 00:10\",\"28\\\/05 00:20\",\"28\\\/05 00:30\",\"28\\\/05 00:40\",\"28\\\/05 00:50\",\"28\\\/05 01:00\",\"28\\\/05 01:10\",\"28\\\/05 01:20\",\"28\\\/05 01:30\",\"28\\\/05 01:40\",\"28\\\/05 01:50\",\"28\\\/05 02:00\",\"28\\\/05 02:10\",\"28\\\/05 02:20\",\"28\\\/05 02:30\",\"28\\\/05 02:40\",\"28\\\/05 02:50\",\"28\\\/05 03:00\",\"28\\\/05 03:10\",\"28\\\/05 03:20\",\"28\\\/05 03:30\",\"28\\\/05 03:40\",\"28\\\/05 03:50\",\"28\\\/05 04:00\",\"28\\\/05 04:10\",\"28\\\/05 04:20\",\"28\\\/05 04:30\",\"28\\\/05 04:40\",\"28\\\/05 04:50\",\"28\\\/05 05:00\",\"28\\\/05 05:10\",\"28\\\/05 05:20\",\"28\\\/05 05:30\",\"28\\\/05 05:40\",\"28\\\/05 05:50\",\"28\\\/05 06:00\",\"28\\\/05 06:10\",\"28\\\/05 06:20\",\"28\\\/05 06:30\",\"28\\\/05 06:40\",\"28\\\/05 06:50\",\"28\\\/05 07:00\",\"28\\\/05 07:10\",\"28\\\/05 07:20\",\"28\\\/05 07:30\",\"28\\\/05 07:40\",\"28\\\/05 07:50\",\"28\\\/05 08:00\",\"28\\\/05 08:10\",\"28\\\/05 08:20\",\"28\\\/05 08:30\",\"28\\\/05 08:40\",\"28\\\/05 08:50\",\"28\\\/05 09:00\",\"28\\\/05 09:10\",\"28\\\/05 09:20\",\"28\\\/05 09:30\",\"28\\\/05 09:40\",\"28\\\/05 09:50\",\"28\\\/05 10:00\",\"28\\\/05 10:10\",\"28\\\/05 10:20\",\"28\\\/05 10:30\",\"28\\\/05 10:40\",\"28\\\/05 10:50\",\"28\\\/05 11:00\",\"28\\\/05 11:10\",\"28\\\/05 11:20\",\"28\\\/05 11:30\",\"28\\\/05 11:40\",\"28\\\/05 11:50\",\"28\\\/05 12:00\",\"28\\\/05 12:10\",\"28\\\/05 12:20\",\"28\\\/05 12:30\",\"28\\\/05 12:40\",\"28\\\/05 12:50\",\"28\\\/05 13:00\",\"28\\\/05 13:10\",\"28\\\/05 13:20\",\"28\\\/05 13:30\",\"28\\\/05 13:40\",\"28\\\/05 13:50\",\"28\\\/05 14:00\",\"28\\\/05 14:10\",\"28\\\/05 14:20\",\"28\\\/05 14:30\",\"28\\\/05 14:40\",\"28\\\/05 14:50\",\"28\\\/05 15:00\",\"28\\\/05 15:10\",\"28\\\/05 15:20\",\"28\\\/05 15:30\",\"28\\\/05 15:40\",\"28\\\/05 15:50\",\"28\\\/05 16:00\",\"28\\\/05 16:10\",\"28\\\/05 16:20\",\"28\\\/05 16:30\",\"28\\\/05 16:40\",\"28\\\/05 16:50\",\"28\\\/05 17:00\",\"28\\\/05 17:10\",\"28\\\/05 17:20\",\"28\\\/05 17:30\",\"28\\\/05 17:40\",\"28\\\/05 17:50\",\"28\\\/05 18:00\",\"28\\\/05 18:10\",\"28\\\/05 18:20\",\"28\\\/05 18:30\",\"28\\\/05 18:40\",\"28\\\/05 18:50\",\"28\\\/05 19:00\",\"28\\\/05 19:10\",\"28\\\/05 19:20\",\"28\\\/05 19:30\",\"28\\\/05 19:40\",\"28\\\/05 19:50\",\"28\\\/05 20:00\",\"28\\\/05 20:10\",\"28\\\/05 20:20\",\"28\\\/05 20:30\",\"28\\\/05 20:40\",\"28\\\/05 20:50\",\"28\\\/05 21:00\",\"28\\\/05 21:10\",\"28\\\/05 21:20\",\"28\\\/05 21:30\",\"28\\\/05 21:40\",\"28\\\/05 21:50\",\"28\\\/05 22:00\",\"28\\\/05 22:10\",\"28\\\/05 22:20\",\"28\\\/05 22:30\",\"28\\\/05 22:40\",\"28\\\/05 22:50\",\"28\\\/05 23:00\",\"28\\\/05 23:10\",\"28\\\/05 23:20\",\"28\\\/05 23:30\",\"28\\\/05 23:40\",\"28\\\/05 23:50\",\"29\\\/05 00:00\",\"29\\\/05 00:10\",\"29\\\/05 00:20\",\"29\\\/05 00:30\",\"29\\\/05 00:40\",\"29\\\/05 00:50\",\"29\\\/05 01:00\",\"29\\\/05 01:10\",\"29\\\/05 01:20\",\"29\\\/05 01:30\",\"29\\\/05 01:40\",\"29\\\/05 01:50\",\"29\\\/05 02:00\",\"29\\\/05 02:10\",\"29\\\/05 02:20\",\"29\\\/05 02:30\",\"29\\\/05 02:40\",\"29\\\/05 02:50\",\"29\\\/05 03:00\",\"29\\\/05 03:10\",\"29\\\/05 03:20\",\"29\\\/05 03:30\",\"29\\\/05 03:40\",\"29\\\/05 03:50\",\"29\\\/05 04:00\",\"29\\\/05 04:10\",\"29\\\/05 04:20\",\"29\\\/05 04:30\",\"29\\\/05 04:40\",\"29\\\/05 04:50\",\"29\\\/05 05:00\",\"29\\\/05 05:10\",\"29\\\/05 05:20\",\"29\\\/05 05:30\",\"29\\\/05 05:40\",\"29\\\/05 05:50\",\"29\\\/05 06:00\",\"29\\\/05 06:10\",\"29\\\/05 06:20\",\"29\\\/05 06:30\",\"29\\\/05 06:40\",\"29\\\/05 06:50\",\"29\\\/05 07:00\",\"29\\\/05 07:10\",\"29\\\/05 07:20\",\"29\\\/05 07:30\",\"29\\\/05 07:40\",\"29\\\/05 07:50\",\"29\\\/05 08:00\",\"29\\\/05 08:10\",\"29\\\/05 08:20\",\"29\\\/05 08:30\",\"29\\\/05 08:40\",\"29\\\/05 08:50\",\"29\\\/05 09:00\",\"29\\\/05 09:10\",\"29\\\/05 09:20\",\"29\\\/05 09:30\",\"29\\\/05 09:40\",\"29\\\/05 09:50\",\"29\\\/05 10:00\",\"29\\\/05 10:10\",\"29\\\/05 10:20\",\"29\\\/05 10:30\",\"29\\\/05 10:40\",\"29\\\/05 10:50\",\"29\\\/05 11:00\",\"29\\\/05 11:10\",\"29\\\/05 11:20\",\"29\\\/05 11:30\",\"29\\\/05 11:40\",\"29\\\/05 11:50\",\"29\\\/05 12:00\",\"29\\\/05 12:10\",\"29\\\/05 12:20\",\"29\\\/05 12:30\",\"29\\\/05 12:40\",\"29\\\/05 12:50\",\"29\\\/05 13:00\",\"29\\\/05 13:10\",\"29\\\/05 13:20\",\"29\\\/05 13:30\",\"29\\\/05 13:40\",\"29\\\/05 13:50\",\"29\\\/05 14:00\",\"29\\\/05 14:10\",\"29\\\/05 14:20\",\"29\\\/05 14:30\",\"29\\\/05 14:40\",\"29\\\/05 14:50\",\"29\\\/05 15:00\",\"29\\\/05 15:10\",\"29\\\/05 15:20\",\"29\\\/05 15:30\",\"29\\\/05 15:40\",\"29\\\/05 15:50\",\"29\\\/05 16:00\",\"29\\\/05 16:10\",\"29\\\/05 16:20\",\"29\\\/05 16:30\",\"29\\\/05 16:40\",\"29\\\/05 16:50\",\"29\\\/05 17:00\",\"29\\\/05 17:10\",\"29\\\/05 17:20\",\"29\\\/05 17:30\",\"29\\\/05 17:40\",\"29\\\/05 17:50\",\"29\\\/05 18:00\",\"29\\\/05 18:10\",\"29\\\/05 18:20\",\"29\\\/05 18:30\",\"29\\\/05 18:40\",\"29\\\/05 18:50\",\"29\\\/05 19:00\",\"29\\\/05 19:10\",\"29\\\/05 19:20\",\"29\\\/05 19:30\",\"29\\\/05 19:40\",\"29\\\/05 19:50\",\"29\\\/05 20:00\",\"29\\\/05 20:10\",\"29\\\/05 20:20\",\"29\\\/05 20:30\",\"29\\\/05 20:40\",\"29\\\/05 20:50\",\"29\\\/05 21:00\",\"29\\\/05 21:10\",\"29\\\/05 21:20\",\"29\\\/05 21:30\",\"29\\\/05 21:40\",\"29\\\/05 21:50\",\"29\\\/05 22:00\",\"29\\\/05 22:10\",\"29\\\/05 22:20\",\"29\\\/05 22:30\",\"29\\\/05 22:40\",\"29\\\/05 22:50\",\"29\\\/05 23:00\",\"29\\\/05 23:10\",\"29\\\/05 23:20\",\"29\\\/05 23:30\",\"29\\\/05 23:40\",\"29\\\/05 23:50\",\"30\\\/05 00:00\",\"30\\\/05 00:10\",\"30\\\/05 00:20\",\"30\\\/05 00:30\",\"30\\\/05 00:40\",\"30\\\/05 00:50\",\"30\\\/05 01:00\",\"30\\\/05 01:10\",\"30\\\/05 01:20\",\"30\\\/05 01:30\",\"30\\\/05 01:40\",\"30\\\/05 01:50\",\"30\\\/05 02:00\",\"30\\\/05 02:10\",\"30\\\/05 02:20\",\"30\\\/05 02:30\",\"30\\\/05 02:40\",\"30\\\/05 02:50\",\"30\\\/05 03:00\",\"30\\\/05 03:10\",\"30\\\/05 03:20\",\"30\\\/05 03:30\",\"30\\\/05 03:40\",\"30\\\/05 03:50\",\"30\\\/05 04:00\",\"30\\\/05 04:10\",\"30\\\/05 04:20\",\"30\\\/05 04:30\",\"30\\\/05 04:40\",\"30\\\/05 04:50\",\"30\\\/05 05:00\",\"30\\\/05 05:10\",\"30\\\/05 05:20\",\"30\\\/05 05:30\",\"30\\\/05 05:40\",\"30\\\/05 05:50\",\"30\\\/05 06:00\",\"30\\\/05 06:10\",\"30\\\/05 06:20\",\"30\\\/05 06:30\",\"30\\\/05 06:40\",\"30\\\/05 06:50\",\"30\\\/05 07:00\",\"30\\\/05 07:10\",\"30\\\/05 07:20\",\"30\\\/05 07:30\",\"30\\\/05 07:40\",\"30\\\/05 07:50\",\"30\\\/05 08:00\",\"30\\\/05 08:10\",\"30\\\/05 08:20\",\"30\\\/05 08:30\",\"30\\\/05 08:40\",\"30\\\/05 08:50\",\"30\\\/05 09:00\",\"30\\\/05 09:10\",\"30\\\/05 09:20\",\"30\\\/05 09:30\",\"30\\\/05 09:40\",\"30\\\/05 09:50\",\"30\\\/05 10:00\",\"30\\\/05 10:10\",\"30\\\/05 10:20\",\"30\\\/05 10:30\",\"30\\\/05 10:40\",\"30\\\/05 10:50\",\"30\\\/05 11:00\",\"30\\\/05 11:10\",\"30\\\/05 11:20\",\"30\\\/05 11:30\",\"30\\\/05 11:40\",\"30\\\/05 11:50\",\"30\\\/05 12:00\",\"30\\\/05 12:10\",\"30\\\/05 12:20\",\"30\\\/05 12:30\",\"30\\\/05 12:40\",\"30\\\/05 12:50\",\"30\\\/05 13:00\",\"30\\\/05 13:10\",\"30\\\/05 13:20\",\"30\\\/05 13:30\",\"30\\\/05 13:40\",\"30\\\/05 13:50\",\"30\\\/05 14:00\",\"30\\\/05 14:10\",\"30\\\/05 14:20\",\"30\\\/05 14:30\",\"30\\\/05 14:40\",\"30\\\/05 14:50\",\"30\\\/05 15:00\",\"30\\\/05 15:10\",\"30\\\/05 15:20\",\"30\\\/05 15:30\",\"30\\\/05 15:40\",\"30\\\/05 15:50\",\"30\\\/05 16:00\",\"30\\\/05 16:10\",\"30\\\/05 16:20\",\"30\\\/05 16:30\",\"30\\\/05 16:40\",\"30\\\/05 20:40\",\"30\\\/05 20:50\",\"30\\\/05 21:00\",\"30\\\/05 21:10\",\"30\\\/05 21:20\",\"30\\\/05 21:30\",\"30\\\/05 21:40\",\"30\\\/05 21:50\",\"30\\\/05 22:00\",\"30\\\/05 22:10\",\"30\\\/05 22:20\",\"30\\\/05 22:30\",\"30\\\/05 22:40\",\"30\\\/05 22:50\",\"30\\\/05 23:00\",\"30\\\/05 23:10\",\"30\\\/05 23:20\",\"30\\\/05 23:30\",\"30\\\/05 23:40\",\"30\\\/05 23:50\",\"31\\\/05 00:00\",\"31\\\/05 00:10\",\"31\\\/05 00:20\",\"31\\\/05 00:30\",\"31\\\/05 00:40\",\"31\\\/05 00:50\",\"31\\\/05 01:00\",\"31\\\/05 01:10\",\"31\\\/05 01:20\",\"31\\\/05 01:30\",\"31\\\/05 01:40\",\"31\\\/05 01:50\"];\n    const eauData = [470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,472,472,472,472,472,472,472,470,470,470,470,470,470,470,470,472,472,472,470,470,470,474,470,474,470,474,470,474,474,472,474,470,474,474,474,470,474,474,474,470,474,472,472,474,474,474,472,474,474,474,474,472,474,474,474,474,474,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,464,464,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,456,450,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,440,442,442,442,442,442,442,444,444,444,440,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,446,442,442,446,446,442,442,442,444,444,446,446,446,446,446,446,446,446,446,446,446,446,446,444,444,444,444,444,444,444,444,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,436,436,436,436,434,428,430,430,430,430,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,426,428,428,428,426,428,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,428,428,428,428,428,428,428,428,428,428,430,430,430,430,430,432,432,432,432,432,432,432,432,432,434,428,428,428,434,430,434,434,434,434,430,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,432,430,430,430,430,430,430,430,430,430,430,430,428,430,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,428,426,426,426,428,426,428,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,426,422,422,424,424,424,424,426,426,426,426,426,422,424,424,424,428,424,424,424,424,426,424,424,424,424,428,424,428,428,428,428,424,428,428,428,428,428,428,428,426,426,426,426,424,426,426,426,426,426,426,426,426,426,426,426,428,426,426,426,426,424,424,424,424,424,424,424,424,424,424,422,422,422,422,390,390,390,390,390,390,390,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,386,386,386,386,388,386,388,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,386,388,388,388,388,388,388,390,390,390,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,386,386,388,388,386,386,386,386,386,386,386,388,386,386,386,388,388,388,388,388,388,388,388,388,390,390,390,390,392,392,392,392,392,394,394,394,394,394,394,396,394,396,396,396,392,396,396,396,396,396,394,394,394,394,396,394,394,396,396,394,394,394,392,392,392,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,392,392,392,392,392,392,392,392,390,390,390,390,390,390,390,390,390,390,390,390,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,386,386,386,386,386,386,386,386,386,388,388,388,388,388,388,388,388,388,388,388,390,390,390,390,390,390,392,392,392,392,392,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,394,392,392,392,392,392,392,392,392,390,390,390,390,390,390,390,390,390,390,390,390,390,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,388,386,386,386,386,388,388,388,388,388,388,388,388,388,388,388,390,390,390,390,390,390,392,392,392,394,394,394,394,394,394,394,394,396,396,392,392,394,394,392,396,396,396,394,396,396,396,396,394,394,394,394,392,392,392,394,392,394,394,394,394,394,394,394,394,390,390,390,388,388,388,388,388,386,386,386,386,386,386,386,386,386,386,386,386,386,384,384,384,384,384,384,384,384,384,384,384];\n\n    const eauCtx = document.getElementById('eauChart').getContext('2d');\n    const eauChart = new Chart(eauCtx, {\n        type: 'bar',\n        data: {\n            labels: labels_eau,\n            datasets: [{\n                label: 'Niveau d\\'eau (mm)',\n                data: eauData,\n                backgroundColor: 'rgba(54, 162, 235, 0.5)',\n                borderColor: 'rgba(54, 162, 235, 1)',\n                borderWidth: 1\n            }]\n        },\n        options: {\n            responsive: true,\n            maintainAspectRatio: false,\n            plugins: {\n                title: {\n                    display: true,\n                    text: 'R\u00e9serves d\\'eau des 10 dernier jours'\n                },\n                legend: {\n                    display: false\n                }\n            },\n            scales: {\n                y: {\n                    beginAtZero: true,\n                    title: {\n                        display: true,\n                        text: 'mm'\n                    }\n                },\n                x: {\n                    ticks: {\n                        maxRotation: 90,\n                        minRotation: 45,\n                        autoSkip: true,\n                        maxTicksLimit: 20\n                    },\n                    title: {\n                        display: true,\n                        text: 'Heure'\n                    }\n                }\n            }\n        }\n    });\n    <\/script>\n\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/posts\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/comments?post=1"}],"version-history":[{"count":20,"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/posts\/1\/revisions"}],"predecessor-version":[{"id":59,"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/posts\/1\/revisions\/59"}],"wp:attachment":[{"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/media?parent=1"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/categories?post=1"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/parcelle32.ovh\/index.php\/wp-json\/wp\/v2\/tags?post=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}