Added infocard that displays on hover to supersize
When a tree node is hovered over, an information card displays breaking down the contents of that node. This is based on the hover effect from the old UI. For symbols, this is a card with its full name, byte size, and type, showing information similar to what is currently represented by the "title" attribute. For containers, this is a card that also includes a breakdown of the symbol types within that container. A table listing the sizes and percentags is displayed, as well as a pie chart rendered with the Canvas API. Demo: https://notwoods.github.io/chrome-supersize-reports/monochrome-2018-07-06/ Bug: 847599 Change-Id: Ie33ea09bc3476e260d70391c5b2e88597f09a69d Reviewed-on: https://chromium-review.googlesource.com/1127857 Commit-Queue: Tiger Oakes <tigero@google.com> Reviewed-by:Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#573326}
Showing
This diff is collapsed.
Please register or sign in to comment