diff --git a/src/main/webapp/js/cache.js b/src/main/webapp/js/cache.js
index e712e2b..705181b 100644
--- a/src/main/webapp/js/cache.js
+++ b/src/main/webapp/js/cache.js
@@ -1,3 +1,5 @@
+Chart.defaults.global.defaultFontColor = "black";
+
$(document).ready(function () {
let dataset = $('#dataset');
request('files').then(results => {
@@ -33,7 +35,6 @@ function updateCache() {
}
}
-
function updateAll(uuid) {
updateWeekOverviewChart(uuid);
updateShoppingTimesChart(uuid);