mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-30 21:59:27 -06:00
Merge pull request #1745 from Br0wnHammer/fix/fe/uptime-responsetime-gauge-ui
Fix: Average Resposne Time Guage Chart UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user