diff --git a/data/index.htm b/data/index.htm
index e3606a9..eb02e1a 100644
--- a/data/index.htm
+++ b/data/index.htm
@@ -47,7 +47,7 @@
// Test chart
const ctx = document.getElementById('myChart');
const myChart = new Chart(ctx, {
- type: 'bar',
+ type: 'line',
data: {
labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
datasets: [{
@@ -127,6 +127,6 @@
-
+