Chart resizes with window size now

This commit is contained in:
Jeas0001 2025-04-08 14:08:19 +02:00
parent 0d77807d56
commit e60425e3c4

View File

@ -115,7 +115,8 @@ async function fetchData() {
datasets: [], datasets: [],
}, },
options: { options: {
responsive: false, responsive: true,
maintainAspectRatio: false,
parsing: false, parsing: false,
plugins: { plugins: {
tooltip: { tooltip: {