From c28e6f394dcc9e0a3c371c31c27117cef7ef75fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 31 Jul 2025 23:10:38 +0200 Subject: [PATCH] charts, legend bottom --- static/js/user_expenses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_expenses.js b/static/js/user_expenses.js index 4cf695d..ac5f760 100644 --- a/static/js/user_expenses.js +++ b/static/js/user_expenses.js @@ -50,7 +50,7 @@ document.addEventListener("DOMContentLoaded", function () { } } }, - legend: { position: 'top' } + legend: { position: 'bottom' } }, scales: { x: { stacked: true },