fix: monaco editor

fix: apex charts
This commit is contained in:
Andras Bacsai
2024-06-24 11:21:39 +02:00
parent f2c8a6bac5
commit 5201818f52
12 changed files with 492 additions and 582 deletions

View File

@@ -40,15 +40,15 @@
id: '{!! $chartId !!}-cpu',
type: 'area',
toolbar: {
show: false,
show: true,
tools: {
download: true,
download: false,
selection: false,
zoom: false,
zoom: true,
zoomin: false,
zoomout: false,
pan: false,
reset: false
reset: true
},
},
animations: {
@@ -77,6 +77,7 @@
type: 'datetime',
},
series: [{
name: "CPU %",
data: []
}],
noData: {
@@ -86,7 +87,10 @@
}
},
tooltip: {
enabled: false,
enabled: true,
marker: {
show: false,
}
},
legend: {
show: false
@@ -145,15 +149,15 @@
id: '{!! $chartId !!}-memory',
type: 'area',
toolbar: {
show: false,
show: true,
tools: {
download: true,
download: false,
selection: false,
zoom: false,
zoom: true,
zoomin: false,
zoomout: false,
pan: false,
reset: false
reset: true
},
},
animations: {
@@ -188,6 +192,7 @@
}
},
series: [{
name: "Memory (MB)",
data: []
}],
noData: {
@@ -197,7 +202,10 @@
}
},
tooltip: {
enabled: false,
enabled: true,
marker: {
show: false,
}
},
legend: {
show: false