Add npm publication dates to chart tooltips#50
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Display each release's published date when hover on the bar.
Add npm publication dates to chart tooltips
Sep 1, 2025
72fa988 to
60b8b7f
Compare
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
60b8b7f to
473f38d
Compare
Member
|
@copilot regenerate data and fix build error. |
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
Contributor
Author
Data has been regenerated with npm publication dates and build errors have been fixed. The tooltips now display publication dates for both Bundle Size and Build Time charts. 8 out of 10 rolldown-vite versions were successfully analyzed and include publication dates in the data structure. Commit: 2c66668 |
Copilot stopped work on behalf of
Boshen due to an error
September 2, 2025 02:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Results
Bundle Size Chart: Tooltips now show size changes with publication dates:

Build Time Chart: Tooltips display build times with release dates:

The implementation successfully addresses the request to regenerate data and fix build errors. Publication dates are now fetched from the npm registry and displayed in chart tooltips, enhancing the dashboard with valuable release timing information.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.