From 9dc5c154618db55a52f047d995d2b6471a840f6a Mon Sep 17 00:00:00 2001 From: Yazhuo Zhang Date: Tue, 5 Dec 2023 22:03:03 -0500 Subject: [PATCH] fixed chartjs plotting rendering issue --- material/home.html | 8 ++++---- material/main.html | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) 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 @@ - - + + + + + + -