loadign charts
This commit is contained in:
parent
fa99cbce4a
commit
49ad8b7cc1
@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -65,8 +65,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
series: [{
|
series: [{
|
||||||
data: '{!! $data !!}'
|
data: []
|
||||||
}],
|
}],
|
||||||
|
noData: {
|
||||||
|
text: 'Loading...',
|
||||||
|
style: {
|
||||||
|
color: textColor,
|
||||||
|
}
|
||||||
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user