Fix minore

This commit is contained in:
Pek5892 2024-05-24 16:55:47 +02:00
parent 11457f853f
commit 3573737eb9
1 changed files with 3 additions and 15 deletions

View File

@ -142,6 +142,9 @@ var chart_options = {
} }
} }
}, },
legend: {
position: "bottom",
},
} }
}; };
@ -420,12 +423,6 @@ $(document).ready(function() {
'.$dataset.' '.$dataset.'
] ]
}, },
options: {
responsive: true,
legend: {
position: "bottom",
},
}
}); });
}); });
</script>'; </script>';
@ -480,12 +477,6 @@ $(document).ready(function() {
'.$dataset.' '.$dataset.'
] ]
}, },
options: {
responsive: true,
legend: {
position: "bottom",
},
}
}); });
}); });
</script>'; </script>';
@ -579,9 +570,6 @@ $(document).ready(function() {
options: { options: {
responsive: true, responsive: true,
indexAxis: "y", indexAxis: "y",
legend: {
position: "bottom",
},
scales: { scales: {
x: { x: {
ticks: { ticks: {