Merge pull request #1745 from Br0wnHammer/fix/fe/uptime-responsetime-gauge-ui

Fix: Average Resposne Time Guage Chart UI
This commit is contained in:
Alexander Holliday
2025-02-12 09:13:09 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -85,9 +85,9 @@ const ResponseGaugeChart = ({ avgResponseTime }) => {
</text>
<text
x="50%"
y="55%"
y="70%"
textAnchor="middle"
dominantBaseline="hanging"
alignmentBaseline="hanging"
fontSize={25}
>
<tspan fontWeight={600}>{responseTime}</tspan> <tspan opacity={0.8}>ms</tspan>