Refactor metrics retrieval and update chart visualization

This commit is contained in:
Andras Bacsai
2024-05-09 15:44:32 +02:00
parent 1bb0d54dce
commit 1f5f51e3e5
2 changed files with 8 additions and 6 deletions

View File

@@ -93,6 +93,7 @@
return '#D9534F'
}
}],
xaxis: {
type: 'datetime'
},
@@ -107,9 +108,12 @@
enabled: true
},
chart: {
stroke: {
curve: 'smooth',
},
height: 500,
width: "100%",
type: "area",
type: "line",
toolbar: {
show: true
},