Open paulirish opened 3 years ago
Not sure how DELTA violations could be visualized... placing a warning/error icon at the top "point" of the area slice?
I had these in place in a test and ended up scrapping them because it's really easy to end up with too many warnings. I had implemented it as one icon per warning... you can imagine how overloaded that ended up. Perhaps a single warning icon on each revision on the graph when it occurs? That still comes with two problems:
I could definitely use some help figuring out a good way to quickly visualize and bring attention on the graph. There's just a lot here already and the tradeoffs are getting difficult.
Problem
I have warning/failing budgets on some of my builds, but looking at the server UI, ~there's no indication of that~. Oooh.. I found it.
eg., on Lighthouse we have these two warning for master branch right now:
In https://lh-build-tracker.herokuapp.com/ I was looking for evidence of this and just managed to find this:
But that wasn't obvious to me without clicking around quite a bit.
Proposed solution
I was expecting to see something in the graph, especially as this budgettype is SIZE. Perhaps the the area that's above budget could get some diagonal shading to help indicate it's outside expected range?
Not sure how DELTA violations could be visualized... placing a warning/error icon at the top "point" of the area slice?
Another idea: an extra annotation could be added to the hovertooltip in these cases. That has plenty of visibility.