diff --git a/material/home.html b/material/home.html
index f43952c..5565a35 100644
--- a/material/home.html
+++ b/material/home.html
@@ -504,7 +504,7 @@
},
};
- new te.Chart(
+ new Chart(
document.getElementById('bar-chart'),
dataChartBarDoubleDatasetsExample,
optionsChartBarDoubleDatasetsExample
@@ -583,7 +583,7 @@
},
};
- new te.Chart(
+ new Chart(
document.getElementById('throughput-chart'),
dataLine,
optionsThroughput
@@ -664,7 +664,7 @@
},
};
- new te.Chart(
+ new Chart(
document.getElementById('cachesize-bar-chart'),
dataCachesizeBarChart,
optionsdataCachesizeBarChart
@@ -755,7 +755,7 @@
},
};
- new te.Chart(
+ new Chart(
document.getElementById('onehitwonder-bar-chart'),
dataOnehitwonderBarChart,
optionsdataOnehitwonderBarChart
diff --git a/material/main.html b/material/main.html
index 8bc26cc..961c5de 100644
--- a/material/main.html
+++ b/material/main.html
@@ -49,10 +49,13 @@
-
-
+
+
+
+
+
+
-