Skip to content

fix: remove bottom white space from PNG prints of xy charts - #3003

Merged
graphieros merged 1 commit into
mainfrom
3002-vue-data-ui-3.22.6
Jul 5, 2026
Merged

fix: remove bottom white space from PNG prints of xy charts#3003
graphieros merged 1 commit into
mainfrom
3002-vue-data-ui-3.22.6

Conversation

@graphieros

Copy link
Copy Markdown
Member

🔗 Linked issue

Resolves#3002

🧭 Context

PNG prints of line charts (downloads, timeline) had excess bottom white space, due to the hidden zoom range slider.

📚 Description

Bump vue-data-ui to latest, which captures the print size without the zoom range component.

BeforeAfter
imageimage

@graphierosgraphieros linked an issue Jul 5, 2026 that may be closed by this pull request
@vercel

vercelBot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
docs.npmx.devReadyReadyPreview, CommentJul 5, 2026 11:34am
npmx.devReadyReadyPreview, CommentJul 5, 2026 11:34am
1 Skipped Deployment
ProjectDeploymentActionsUpdated (UTC)
npmx-lunariaIgnoredIgnoredJul 5, 2026 11:34am

Request Review

@coderabbitai

coderabbitaiBot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1dc99129-5d23-4375-971a-35c8affe117f

📥 Commits

Reviewing files that changed from the base of the PR and between 033756a and 1a838fe.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Updated a bundled UI dependency to the latest patch release, which may include minor improvements and fixes.

Walkthrough

This change updates the vue-data-ui dependency in package.json from version 3.22.3 to 3.22.6 to address excess white space at the bottom of PNG exports of download charts.

Changes

Dependency Update

Layer / File(s)Summary
Bump vue-data-ui version
package.json
Updates the vue-data-ui dependency from 3.22.3 to 3.22.6.

Possibly related PRs

Suggested reviewers:ghostdevv

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check nameStatusExplanation
Title check✅ PassedThe title is clear and matches the dependency bump that fixes PNG print whitespace.
Description check✅ PassedThe description accurately explains the vue-data-ui bump and its effect on PNG print sizing.
Linked Issues check✅ PassedThe change updates vue-data-ui to 3.22.6, satisfying the 3.22.5+ requirement for issue #3002.
Out of Scope Changes check✅ PassedOnly the dependency version change is shown, and it is directly aligned with the stated fix.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 3002-vue-data-ui-3.22.6

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addedvue-data-ui@​3.22.6901009796100

View full report

@codecov

codecovBot commented Jul 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown

e18e dependency analysis

No dependency warnings found.

@graphieros
graphieros enabled auto-merge July 5, 2026 11:40
@graphieros
graphieros requested a review from a teamJuly 5, 2026 14:09

@trueberrylesstrueberryless left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Btw what happened to Release v3.22.4. Was the GitHub release deleted? Can't see it here anymore. (Just curious)

@graphieros
graphieros added this pull request to the merge queueJul 5, 2026
Merged via the queue into main with commit 80b1185Jul 5, 2026
29 checks passed
@graphieros
graphieros deleted the 3002-vue-data-ui-3.22.6 branch July 5, 2026 16:29
@github-actionsgithub-actionsBot mentioned this pull request Jul 5, 2026
@graphieros

Copy link
Copy Markdown
MemberAuthor

LGTM 🚀

Btw what happened to Release v3.22.4. Was the GitHub release deleted? Can't see it here anymore. (Just curious)

Typical hiccup on my part, 3.22.4 was supposed to be what became 3.22.5 if I hadn't forgot a detail (the detail in question).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Excess white space at the bottom of PNG prints of download charts

2 participants

@graphieros@trueberryless