Fixed tsc errors and warnings.

This commit is contained in:
Fabio Manganiello 2025-02-26 03:21:26 +01:00
parent a833d43586
commit 2e642775df
Signed by: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 19 additions and 6 deletions
frontend/src/components

View file

@ -12,6 +12,7 @@
import {
CategoryScale,
Chart as ChartJS,
type ChartOptions,
LineElement,
LinearScale,
PointElement,
@ -68,7 +69,7 @@ export default {
}
},
graphOptions() {
graphOptions(): any {
return {
responsive: true,
maintainAspectRatio: false,