-

€ 248,13 incl. btw€ 205,07 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [248.13], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 256,47 incl. btw€ 211,96 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [256.47], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 267,77 incl. btw€ 221,30 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [267.77], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 128,43 incl. btw€ 106,14 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [128.43], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 190,64 incl. btw€ 157,55 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [190.64], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 227,70 incl. btw€ 188,18 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [227.7], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 432,43 incl. btw€ 357,38 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [432.43], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 240,58 incl. btw€ 198,83 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [240.58], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 210,37 incl. btw€ 173,86 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [210.37], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 254,46 incl. btw€ 210,30 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [254.46], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});
-

€ 250,60 incl. btw€ 207,11 excl. btw
Prijsgeschiedenis
var ctx = document.getElementById('priceHistoryChart').getContext('2d');
var priceHistoryChart = new Chart(ctx, {
type: 'line',
data: {
labels: ["2026-02-18"], // De datums
datasets: [{
label: 'Prijs Geschiedenis',
data: [250.6], // De prijzen (als floats)
borderColor: 'rgb(41, 92, 255)',
fill: false,
tension: 0.1
}]
},
options: {
responsive: true,
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItem) {
// Weergeef de datum in de tooltip
return tooltipItem[0].label;
},
label: function(tooltipItem) {
// Weergeef de prijs in de tooltip met 2 decimalen
return '€' + tooltipItem.raw.toFixed(2); // Zorg dat het altijd 2 decimalen toont
}
}
}
},
scales: {
x: {
title: {
display: false // Verwijder de titel van de X-as
}
},
y: {
title: {
display: false // Verwijder de titel van de Y-as
}
}
}
}
});