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)');
var windChart = new Chart(windv, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'wind',
data: [3,3,3,3,3,3,3,3,3,4,4,5,5,4,5,4,4,4,4,4,4,4,4,4],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 1,
max: 7,
callback: function(label, index, labels) {
return label+' bft';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' bft';
}
}
},
}
});
var windknpChart = new Chart(windknp, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'wind',
data: [10,8,8,10,10,10,8,8,10,12,16,17,17,16,17,16,16,16,14,12,12,12,12,16],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 1,
max: 19,
callback: function(label, index, labels) {
return label+' knp';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' knp';
}
}
},
}
});
var windkmhChart = new Chart(windkmh, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'wind',
data: [18,14,14,18,18,18,14,14,18,22,29,32,32,29,32,29,29,29,25,22,22,22,22,29],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 1,
max: 34,
callback: function(label, index, labels) {
return label+' km/h';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' km/h';
}
}
},
}
});
var windmsChart = new Chart(windms, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'wind',
data: [5,4,4,5,5,5,4,4,5,6,8,9,9,8,9,8,8,8,7,6,6,6,6,8],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 1,
max: 11,
callback: function(label, index, labels) {
return label+' m/s';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' m/s';
}
}
},
}
});
var luchtdChart = new Chart(luchtdruk, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'luchtdruk',
data: [1029,1028,1028,1028,1028,1028,1028,1028,1028,1028,1028,1027,1026,1025,1024,1024,1024,1024,1024,1025,1025,1025,1025,1025],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 1019,
max: 1034,
callback: function(label, index, labels) {
return label+' hPa';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' hPa';
}
}
},
}
});
var tempChart = new Chart(temperatuur, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'temperatuur',
data: [5.2,5.8,5.5,4.9,4.5,4.6,6.2,7.8,9.4,10.6,11.2,12.3,12.7,13.2,12.9,13.4,13.2,12.6,11.5,10.9,10.4,9.9,9.6,9.3],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 3.5,
max: 15.4,
callback: function(label, index, labels) {
return label+' ºC';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' ºC';
}
}
},
}
});
var wolkenChart = new Chart(wolken, {
type: 'bar',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'wolken',
data: [13,0,0,0,0,0,0,0,0,0,13,13,13,13,0,13,0,0,0,0,0,0,0,0],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: true,
callback: function(label, index, labels) {
return label+' %';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' %';
}
}
},
}
});
var neerslagChart = new Chart(neerslag, {
type: 'bar',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'neerslag',
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],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 0,
max: 2,
callback: function(label, index, labels) {
return label+' mm';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' mm';
}
}
},
}
});
var stralingChart = new Chart(straling, {
type: 'bar',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'Global radiation',
data: [0,0,0,0,0,5,46,106,166,212,244,260,246,232,195,145,86,29,1,0,0,0,0,0],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 0,
max: 265,
callback: function(label, index, labels) {
return label+' W/m2';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' W/m2';
}
}
},
}
});
var rvChart = new Chart(rv, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'Global radiation',
data: ["91","89","89","91","93","95","89","81","71","62","59","52","47","49","48","46","44","46","52","54","56","57","59","61"],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 0,
max: 100,
callback: function(label, index, labels) {
return label+' %';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' %';
}
}
},
}
});
var zichtChart = new Chart(zicht, {
type: 'line',
data: {
labels: ["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24"],
datasets: [{
label: 'zicht',
data: [14000,18000,16000,15000,11000,9000,13000,14000,29000,35000,29000,30000,28000,30000,30000,35000,35000,45000,45000,45000,45000,45000,45000,45000],
backgroundColor: gradient,
borderColor: gradient,
borderWidth: 1
}]
},
options: {
legend: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero: false,
min: 0,
max: 30000,
callback: function(label, index, labels) {
return label+' m';
}
}
}]
},
tooltips: {
enabled: true,
mode: 'single',
callbacks: {
title: function(tooltipItems, data) {
return tooltipItems[0].xLabel + ' uur';
},
label: function(tooltipItems, data) {
return tooltipItems.yLabel + ' m';
}
}
},
}
});