diff --git a/public/css/home.css b/public/css/home.css
index d2587282..1e358a0c 100644
--- a/public/css/home.css
+++ b/public/css/home.css
@@ -380,9 +380,13 @@ i.fa.fa-plus.grades {
cursor: pointer;
}
+.bar-graph-icon {
+ padding-left: 28%;
+ padding-top: 25%;
+}
+
i.fa.fa-info-circle,
i.fa.fa-toolbox {
- color: var(--green2);
padding-left: 31%;
padding-top: 25%;
font-size: large;
diff --git a/public/images/Bar_Graph.svg b/public/images/Bar_Graph.svg
new file mode 100644
index 00000000..e7570b4e
--- /dev/null
+++ b/public/images/Bar_Graph.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/js/home.js b/public/js/home.js
index 4bf740de..435b73ec 100644
--- a/public/js/home.js
+++ b/public/js/home.js
@@ -341,7 +341,7 @@ let assignmentsTable = new Tabulator("#assignmentsTable", {
},
{
title: "Stats",
- titleFormatter: () => '',
+ titleFormatter: () => '',
formatter: cell => (
isNaN(cell.getRow().getData().score)
|| currentTableData.currentTermData