Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Stats: Make chart bars navigable to a detailed chart #96607

Closed dognose24 closed 19 hours ago

dognose24 commented 19 hours ago

Related to https://github.com/Automattic/red-team/issues/273

Proposed Changes

Why are these changes being made?

Testing Instructions

Note: The date period header still needs to be tweaked.

https://github.com/user-attachments/assets/1b9e5d2a-0455-45ac-bf8d-63fe5ab773bf

https://github.com/user-attachments/assets/e479b953-d998-47b9-9148-cecb51ed6988

Pre-merge Checklist

github-actions[bot] commented 19 hours ago
Calypso Live (direct link)
https://calypso.live?image=registry.a8c.com/calypso/app:commit-10950a09d432c7447eb1b66f95c6fa187cda8a01
Jetpack Cloud live (direct link)
https://calypso.live?image=registry.a8c.com/calypso/app:commit-10950a09d432c7447eb1b66f95c6fa187cda8a01&env=jetpack
Automattic for Agencies live (direct link)
https://calypso.live?image=registry.a8c.com/calypso/app:commit-10950a09d432c7447eb1b66f95c6fa187cda8a01&env=a8c-for-agencies
matticbot commented 19 hours ago

Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:

Sections (~176 bytes added 📈 [gzipped])

``` name parsed_size gzip_size stats +517 B (+0.0%) +176 B (+0.1%) ``` Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to.

Legend

What is parsed and gzip size? **Parsed Size:** Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. **Gzip Size:** Compressed size of the JS and CSS files. This much data needs to be downloaded over network.

Generated by performance advisor bot at iscalypsofastyet.com.