Commit 5854d9b
committed
fix(proxies): keep latency sparkline within tooltip chart viewBox
Sparkline points were normalized into a 0-100 vertical space while the
SVG viewBox is only 50 tall, so lower-latency samples mapped below the
visible area and were clipped. Normalize into the actual 0-50 space.1 parent 071eab1 commit 5854d9b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments