Closed
Bug 759440
Opened 14 years ago
Closed 14 years ago
Telemetry histogram dash displays histograms with lots of buckets in a way that the buckets can't been seen
Categories
(Mozilla Metrics :: Frontend Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Unreviewed
People
(Reporter: taras.mozilla, Assigned: paulo.pires)
Details
EVENTLOOP_UI_LAG histogram has overlapping buckets. We should instead of use overflow + horizontal scrolling.
| Assignee | ||
Comment 1•14 years ago
|
||
We where only checking if the number of buckets was larger than 50, and if so show even buckets, but if the number of buckets is larger than 100 we have the same problem.
I now added a function that according to the number of buckets determine how to show them, even buckets, multiple of 3, multiple of 4, and so on, so if there is any other histogram with a lot buckets that won't happen again.
Assignee: nobody → paulo.pires
Comment 2•14 years ago
|
||
Marking this fixed
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•