This commit is contained in:
insvrgent
2025-02-03 10:28:58 +07:00
parent 50de8d7961
commit f6bc5dc401
4 changed files with 37 additions and 9 deletions

View File

@@ -105,7 +105,7 @@ if (aggregatedCurrentReports || aggregatedPreviousReports) {
}
}
},
yaxis: { max: globalMax, min: 0, labels: { style: { colors: "transparent" } } },
yaxis: { show: false, max: globalMax, min: 0, labels: { style: { colors: "transparent" } } },
grid: { show: false },
fill: { opacity: 0.5 },
colors: [colors[0]],
@@ -166,7 +166,7 @@ if (aggregatedCurrentReports || aggregatedPreviousReports) {
}
}
},
yaxis: { max: globalMax, min: 0, labels: { style: { colors: "transparent" } } },
yaxis: { show: false, max: globalMax, min: 0, labels: { style: { colors: "transparent" } } },
grid: { show: false },
fill: { opacity: 0.5 },
colors: [colors[1]],