Commit 13d899e
committed
fix(cm): use 40ms Y-axis floor and guard against zero dataMax
Fixes graph disappearing on all-timeout samples (dataMax=0) and
overly tight scaling at low latencies. 40ms floor keeps the green
threshold zone visible with breathing room for typical 5-20ms values.1 parent 9a2790f commit 13d899e
File tree
1 file changed
+5
-5
lines changed- app/modules/connection_monitor/static/js
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
| 244 | + | |
244 | 245 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments