var windv = document.getElementById('windc').getContext('2d'); var windkmh = document.getElementById('windkmh').getContext('2d'); var windms = document.getElementById('windms').getContext('2d'); var windknp = document.getElementById('windknp').getContext('2d'); var luchtdruk = document.getElementById('luchtdruk').getContext('2d'); var temperatuur = document.getElementById('temperatuur').getContext('2d'); var wolken = document.getElementById('bewolking').getContext('2d'); var neerslag = document.getElementById('neerslag').getContext('2d'); var straling = document.getElementById('straling').getContext('2d'); var zicht = document.getElementById('zicht').getContext('2d'); // $("#windr").html("test"); document.getElementById("windr").innerHTML=""; var gradient = windv.createLinearGradient(0, 0, 0, 400); gradient.addColorStop(0, 'rgba(0,111,174,0.8)'); gradient.addColorStop(1, 'rgba(21,31,38,0.5)'); // Functie om min/max waarden te berekenen met 25% marge function calculateYAxisRange(minValue, maxValue) { const range = maxValue - minValue; const margin = range * 0.25; return { min: Math.max(0, minValue - margin), // Nooit onder nul max: maxValue + margin }; } var windChart = new Chart(windv, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'wind', data: [2,3,3,3,3,0,3,3,3,3,3,1,3,3,3,3,3,1,3,3,3,3,3,1,3,3,3,3,2,1,3,2,3,3,3,2,3,3,3,3,3,2,3,3,3,3,3,3,2,3,3,3,3,3,3,3,2,3,3,2,2,2,3,3,3,2,3,2,2,3,3,3,3,3,3,3,3,3,2,2,2,2,2,3,2,2,2,2,2,3,2,2,2,2,2,3,2,2,2,1,2,3,2,2,2,2,2,3,2,1,1,1,2,1,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,1,1,1,2,2,2,1,2,1], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(0, 5), ticks: { callback: function(value, index, ticks) { return value + ' bft'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' bft'; } } } } } }); var windknpChart = new Chart(windknp, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'wind', data: ["6.2","9.4","7.3","7.2","7.2","0.6","7.7","8.6","8","7.7","8.2","2","7.9","8.7","9.9","9.1","7.7","2.6","9.9","9.9","8.2","7.1","7.4","2.9","7.3","7","7.6","8.5","6.7","3.4","7.4","6.8","7.9","8","7.9","4.1","8.6","7.9","7.3","7.9","7.3","5.7","7.3","7.1","7.1","7.7","7.8","7","6","7.4","8.1","7.7","7.6","9.4","7.4","8.5","6.8","7.5","7.6","6.7","6.9","6.5","7.3","8","7.9","5.2","7.7","6.7","6.7","8.1","9.3","8.5","7.8","7.9","8.3","7.4","7.9","8.4","5.6","5.6","5.6","6.4","5.6","10.2","6.2","5.6","5","4.5","5.7","10","5.3","6.7","5.3","5.4","5.4","7.7","5.6","4.9","4.3","3.8","4.7","8.3","5.1","4.2","4.4","4.8","4.8","7.9","4","2.9","3.5","3.8","5.2","3.5","4.4","5.6","4.9","5.9","6.7","3.5","5.6","4.6","4.8","4","4.8","2.3","5.7","5","4.3","5.2","4.8","3.3","5.2","4.7","5.1","3.3","3.8","2.1","4.8","4.2","4.2","3.9","4.6","1.5"], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(0, 12.2), ticks: { callback: function(value, index, ticks) { return value + ' knp'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' knp'; } } } } } }); var windkmhChart = new Chart(windkmh, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'wind', data: ["11.6","17.4","13.6","13.4","13.3","1.1","14.3","15.9","14.8","14.3","15.1","3.6","14.6","16.2","18.4","16.8","14.3","4.9","18.3","18.3","15.3","13.1","13.7","5.4","13.4","12.9","14","15.8","12.4","6.3","13.7","12.7","14.5","14.8","14.6","7.6","15.9","14.6","13.6","14.5","13.6","10.5","13.6","13.1","13.1","14.3","14.5","12.9","11.1","13.6","15","14.3","14.1","17.4","13.6","15.7","12.7","13.9","14","12.5","12.7","12","13.6","14.8","14.6","9.6","14.3","12.4","12.4","15","17.2","15.7","14.5","14.5","15.4","13.7","14.6","15.5","10.4","10.4","10.4","11.9","10.4","18.9","11.6","10.3","9.3","8.3","10.6","18.5","9.9","12.5","9.9","10","10","14.3","10.3","9.1","8","6.9","8.7","15.4","9.4","7.8","8.1","8.9","8.9","14.6","7.3","5.4","6.5","6.9","9.6","6.5","8.1","10.4","9.1","11","12.5","6.5","10.4","8.6","9","7.3","9","4.2","10.5","9.2","8","9.6","8.8","6.1","9.7","8.7","9.4","6.2","7","3.9","8.8","7.8","7.8","7.3","8.5","2.8"], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(0, 20.9), ticks: { callback: function(value, index, ticks) { return value + ' km/h'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' km/h'; } } } } } }); var windmsChart = new Chart(windms, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'wind', data: ["3.21","4.84","3.77","3.71","3.69","0.3","3.98","4.41","4.1","3.96","4.2","1.01","4.06","4.49","5.11","4.68","3.96","1.36","5.09","5.07","4.24","3.63","3.81","1.5","3.73","3.58","3.89","4.39","3.44","1.75","3.81","3.52","4.04","4.1","4.06","2.1","4.43","4.06","3.77","4.04","3.77","2.92","3.77","3.63","3.63","3.96","4.02","3.58","3.07","3.79","4.16","3.96","3.91","4.84","3.79","4.35","3.52","3.85","3.89","3.46","3.54","3.32","3.77","4.12","4.06","2.68","3.96","3.44","3.44","4.18","4.78","4.37","4.02","4.04","4.29","3.81","4.06","4.31","2.9","2.9","2.9","3.3","2.9","5.25","3.21","2.86","2.59","2.31","2.94","5.13","2.74","3.46","2.74","2.78","2.78","3.96","2.86","2.53","2.22","1.93","2.41","4.29","2.61","2.18","2.24","2.47","2.47","4.06","2.04","1.5","1.81","1.93","2.68","1.81","2.26","2.88","2.53","3.05","3.46","1.81","2.9","2.39","2.49","2.04","2.49","1.17","2.92","2.55","2.22","2.66","2.45","1.69","2.7","2.41","2.61","1.71","1.95","1.07","2.45","2.18","2.18","2.02","2.37","0.78"], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(0, 7.25), ticks: { callback: function(value, index, ticks) { return value + ' m/s'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' m/s'; } } } } } }); var luchtdChart = new Chart(luchtdruk, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'luchtdruk', data: [1007.92,1007.82,1008.12,1008.12,1008.12,1019.33,1008.23,1008.33,1008.33,1008.33,1008.23,1019.23,1008.13,1008.03,1008.03,1008.13,1008.13,1018.83,1008.12,1008.03,1008.23,1008.23,1008.23,1018.43,1008.43,1008.43,1008.43,1008.53,1008.53,1018.23,1008.63,1008.63,1008.63,1008.63,1008.73,1018.03,1008.93,1009.03,1009.13,1009.13,1009.23,1017.73,1009.53,1009.53,1009.53,1009.73,1009.83,1017.53,1009.93,1009.93,1009.83,1009.83,1009.73,1017.23,1009.63,1009.63,1009.63,1009.73,1009.93,1019.73,1009.93,1010.03,1009.93,1009.83,1009.83,1019.63,1009.73,1009.73,1009.73,1009.63,1009.43,1019.73,1009.43,1009.43,1009.43,1009.53,1009.53,1019.83,1009.33,1009.33,1009.23,1009.13,1009.13,1019.73,1009.03,1009.03,1009.03,1009.13,1009.13,1020.03,1009.03,1008.93,1008.93,1008.93,1008.93,1019.83,1008.93,1009.03,1008.83,1008.93,1008.93,1006.11,1008.83,1008.83,1008.83,1008.93,1008.93,1019.83,1009.13,1009.13,1009.03,1009.03,1009.03,1020.03,1009.13,1009.23,1009.13,1009.03,1009.03,1019.73,1009.03,1009.03,1009.03,1009.03,1008.93,1019.83,1008.93,1008.93,1008.83,1008.73,1008.73,1020.13,1008.63,1008.63,1008.63,1008.63,1008.53,1020.03,1008.53,1008.43,1008.43,1008.43,1008.43,1019.53], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(1001, 1025), ticks: { callback: function(value, index, ticks) { return value + ' hPa'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' hPa'; } } } } } }); var tempChart = new Chart(temperatuur, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'temperatuur', data: [8.8,8.8,8.8,8.7,8.7,9.3,8.6,8.5,8.5,8.4,8.4,9.2,8.4,8.4,8.4,8.3,8.3,8.9,8.3,8.3,8.3,8.3,8.3,9.4,8.3,8.3,8.3,8.3,8.3,9.9,8.3,8.2,8.3,8.3,8.3,10.6,8.3,8.3,8.3,8.4,8.4,11.3,8.4,8.3,8.3,8.3,8.4,13.4,8.3,8.3,8.3,8.3,8.3,15,8.3,8.3,8.4,8.4,8.4,12.6,8.6,8.5,8.5,8.5,8.5,13.9,8.5,8.5,8.4,8.4,8.3,13.8,8.2,8.2,8.2,8.2,8.1,14.6,8.2,8.2,8.2,8.2,8.2,15.3,8.1,8.1,8.1,8.1,8.1,14.1,8.4,8.4,7.9,7.9,7.9,13.8,7.7,7.7,7.7,7.7,7.7,19.4,7.7,7.7,7.7,7.7,7.7,12.7,7.7,7.6,7.7,7.6,7.6,10.2,7.6,7.5,7.4,7.4,7.3,11,7.3,7.3,7.3,7.3,7.3,10.8,7.2,7.2,7.2,7.2,7.2,10.9,7.1,7.2,7.2,7.1,7.1,10.8,7.1,7.3,7.3,7.3,7.3,9.7], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(6.1, 21.4), ticks: { callback: function(value, index, ticks) { return value + ' ºC'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' ºC'; } } } } } }); var wolkenChart = new Chart(wolken, { type: 'bar', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'wolken', 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,75,100,100,100,100,100,12.5,100,100,100,100,100,100,100,100,100,100,100,87.5,100,100,100,100,100,87.5,100,100,100,100,100,100,100,100,100,100,100,87.5,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,87.5,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], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1 }] }, options: { plugins: { legend: { display: false } }, scales: { y: { beginAtZero: true, ticks: { callback: function(value, index, ticks) { return value + ' %'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' %'; } } } } } }); var neerslagChart = new Chart(neerslag, { type: 'bar', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'neerslag', data: ["0.282","0.336","0.685",0,"0.375",0,"1.31","3.78","1.32","1.5","1.15",0,"1.41","1.18","1.53","1.35","1.18",0,"0.721","0.306","0.56","0.569","0.482",0,"0.737","0.515","0.48","0.542","1.42",0,"0.65","0.99","1.35","0.727",0,0,0,0,0,0,0,0,0,0,0,0,0,0,"0.491","0.262","0.285","0.246","0.525",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.327",0,0,0,0,0,0,0,0,0,0,0,"9.69",0,0,0,0,0,0,0,0,0,0,0,0,0,"0.571","0.738","0.239",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], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1 }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(0, 12), ticks: { callback: function(value, index, ticks) { return value + ' mm'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' mm'; } } } } } }); var stralingChart = new Chart(straling, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'Global radiation', 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,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], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { ...calculateYAxisRange(0, 5), ticks: { callback: function(value, index, ticks) { return value + ' W/m2'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' W/m2'; } } } } } }); var rvChart = new Chart(rv, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'Relatieve vochtigheid', data: ["97","97","98","98","97","99","97","97","97","98","97","99","97","98","97","97","98","98","97","97","97","97","97","95","98","97","97","97","98","93","98","97","97","97","97","87","97","97","97","96","97","84","97","97","97","97","97","74","97","96","97","97","98","60","96","96","97","96","97","71","96","96","96","95","96","64","97","96","96","96","96","59","96","96","96","96","96","60","97","96","96","95","96","55","96","96","96","97","97","68","97","96","97","97","97","64","97","97","98","98","98","79","98","98","98","98","99","71","99","99","99","98","98","88","99","98","99","98","98","87","98","99","99","99","98","88","99","99","99","99","99","87","99","99","99","99","99","89","99","100","99","99","99","97"], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { min: 0, max: 100, ticks: { callback: function(value, index, ticks) { return value + ' %'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' %'; } } } } } }); var zichtChart = new Chart(zicht, { type: 'line', data: { labels: ["15-11-2025 01:10:00","15-11-2025 01:20:00","15-11-2025 01:30:00","15-11-2025 01:40:00","15-11-2025 01:50:00","13-06-2024 02:00:00","15-11-2025 02:10:00","15-11-2025 02:20:00","15-11-2025 02:30:00","15-11-2025 02:40:00","15-11-2025 02:50:00","13-06-2024 03:00:00","15-11-2025 03:10:00","15-11-2025 03:20:00","15-11-2025 03:30:00","15-11-2025 03:40:00","15-11-2025 03:50:00","13-06-2024 04:00:00","15-11-2025 04:10:00","15-11-2025 04:20:00","15-11-2025 04:30:00","15-11-2025 04:40:00","15-11-2025 04:50:00","13-06-2024 05:00:00","15-11-2025 05:10:00","15-11-2025 05:20:00","15-11-2025 05:30:00","15-11-2025 05:40:00","15-11-2025 05:50:00","13-06-2024 06:00:00","15-11-2025 06:10:00","15-11-2025 06:20:00","15-11-2025 06:30:00","15-11-2025 06:40:00","15-11-2025 06:50:00","13-06-2024 07:00:00","15-11-2025 07:10:00","15-11-2025 07:20:00","15-11-2025 07:30:00","15-11-2025 07:40:00","15-11-2025 07:50:00","13-06-2024 08:00:00","15-11-2025 08:10:00","15-11-2025 08:20:00","15-11-2025 08:30:00","15-11-2025 08:40:00","15-11-2025 08:50:00","13-06-2024 09:00:00","15-11-2025 09:10:00","15-11-2025 09:20:00","15-11-2025 09:30:00","15-11-2025 09:40:00","15-11-2025 09:50:00","13-06-2024 10:00:00","15-11-2025 10:10:00","15-11-2025 10:20:00","15-11-2025 10:30:00","15-11-2025 10:40:00","15-11-2025 10:50:00","12-06-2024 11:00:00","15-11-2025 11:10:00","15-11-2025 11:20:00","15-11-2025 11:30:00","15-11-2025 11:40:00","15-11-2025 11:50:00","12-06-2024 12:00:00","15-11-2025 12:10:00","15-11-2025 12:20:00","15-11-2025 12:30:00","15-11-2025 12:40:00","15-11-2025 12:50:00","12-06-2024 13:00:00","15-11-2025 13:10:00","15-11-2025 13:20:00","15-11-2025 13:30:00","15-11-2025 13:40:00","15-11-2025 13:50:00","12-06-2024 14:00:00","15-11-2025 14:10:00","15-11-2025 14:20:00","15-11-2025 14:30:00","15-11-2025 14:40:00","15-11-2025 14:50:00","12-06-2024 15:00:00","15-11-2025 15:10:00","15-11-2025 15:20:00","15-11-2025 15:30:00","15-11-2025 15:40:00","15-11-2025 15:50:00","12-06-2024 16:00:00","15-11-2025 16:10:00","15-11-2025 16:20:00","15-11-2025 16:30:00","15-11-2025 16:40:00","15-11-2025 16:50:00","12-06-2024 17:00:00","15-11-2025 17:10:00","15-11-2025 17:20:00","15-11-2025 17:30:00","15-11-2025 17:40:00","15-11-2025 17:50:00","23-09-2024 17:50:00","15-11-2025 18:10:00","15-11-2025 18:20:00","15-11-2025 18:30:00","15-11-2025 18:40:00","15-11-2025 18:50:00","12-06-2024 19:00:00","15-11-2025 19:10:00","15-11-2025 19:20:00","15-11-2025 19:30:00","15-11-2025 19:40:00","15-11-2025 19:50:00","12-06-2024 20:00:00","15-11-2025 20:10:00","15-11-2025 20:20:00","15-11-2025 20:30:00","15-11-2025 20:40:00","15-11-2025 20:50:00","12-06-2024 21:00:00","15-11-2025 21:10:00","15-11-2025 21:20:00","15-11-2025 21:30:00","15-11-2025 21:40:00","15-11-2025 21:50:00","12-06-2024 22:00:00","15-11-2025 22:10:00","15-11-2025 22:20:00","15-11-2025 22:30:00","15-11-2025 22:40:00","15-11-2025 22:50:00","12-06-2024 23:00:00","15-11-2025 23:10:00","15-11-2025 23:20:00","15-11-2025 23:30:00","15-11-2025 23:40:00","15-11-2025 23:50:00","13-06-2024 00:00:00","16-11-2025 00:10:00","16-11-2025 00:20:00","16-11-2025 00:30:00","16-11-2025 00:40:00","16-11-2025 00:50:00","13-06-2024 01:00:00"], datasets: [{ label: 'zicht', data: [7460,6960,6900,8140,8190,15600,6670,6490,7590,7350,7560,11300,7860,8340,8680,9900,9770,25500,13400,11800,9850,9700,10100,23500,10000,11200,12100,12800,9810,17500,11000,10000,9750,12900,14800,20800,19600,22700,23800,29900,22800,34000,20800,19800,19800,20500,23700,35600,13900,15000,16300,17700,15300,36300,20000,21100,28500,27900,41900,45300,24400,42200,43200,48300,45400,38400,42900,39100,35600,36700,31400,39400,31500,35300,36600,37900,39700,33800,29600,35100,38400,36600,41400,33800,31400,30400,24700,19700,20100,23300,15100,16400,15700,16200,15600,46100,11500,10800,10400,10500,9240,8630,9570,8450,7540,7300,7070,44200,6430,6140,6690,6550,5700,42100,3310,3160,2940,4170,4160,49700,3950,4650,4020,3500,4010,48600,4780,4980,4170,3910,4060,49900,4090,3630,3200,2560,1890,49300,1510,1700,1770,2170,2860,24600], backgroundColor: 'rgba(0,111,174,0.8)', borderColor: 'rgba(0,111,174,1)', borderWidth: 1, fill: true }] }, options: { plugins: { legend: { display: false } }, scales: { y: { min: 0, max: 30000, ticks: { callback: function(value, index, ticks) { return value + ' m'; } } } }, plugins: { tooltip: { enabled: true, mode: 'index', intersect: false, callbacks: { title: function(tooltipItems) { return tooltipItems[0].label + ' uur'; }, label: function(tooltipItem) { return tooltipItem.raw + ' m'; } } } } } });