Commit 3b500c2
authored
fix(ourlogs): Fix minimum axis value (#99420)
### Summary
This fixes minimum axis value for bytes, which should help for users
that are just starting since it's nearly impossible to see a few
kilobytes of logs to find their failed outcomes otherwise when
debugging. The only downside is that some of the rounding in the
megabyte / gigabyte range nicely up to 500mb won't happen and it'll land
on different yAxis intervals (eg. 1.2GB instead of 1.5GB)
#### Eg.
<img width="536" height="392" alt="Screenshot 2025-09-12 at 4 52 29 PM"
src="https://github.com/user-attachments/assets/c3a0cf5a-95b3-48eb-a037-c67ba5bc32b0"
/>
<img width="507" height="296" alt="Screenshot 2025-09-12 at 4 52 48 PM"
src="https://github.com/user-attachments/assets/06c8d858-609a-4068-b092-b124852e63a4"
/>1 parent db97d96 commit 3b500c2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
523 | 524 | | |
524 | 525 | | |
525 | 526 | | |
526 | | - | |
| 527 | + | |
527 | 528 | | |
528 | 529 | | |
529 | 530 | | |
| |||
0 commit comments