loadign charts

This commit is contained in:
Andras Bacsai
2024-06-19 10:37:01 +02:00
parent fa99cbce4a
commit 49ad8b7cc1
2 changed files with 14 additions and 2 deletions

View File

@@ -59,8 +59,14 @@
type: 'datetime', type: 'datetime',
}, },
series: [{ series: [{
data: '{!! $data !!}' data: []
}], }],
noData: {
text: 'Loading...',
style: {
color: textColor,
}
},
tooltip: { tooltip: {
enabled: false, enabled: false,
}, },

View File

@@ -65,8 +65,14 @@
} }
}, },
series: [{ series: [{
data: '{!! $data !!}' data: []
}], }],
noData: {
text: 'Loading...',
style: {
color: textColor,
}
},
tooltip: { tooltip: {
enabled: false, enabled: false,
}, },