[Auto release] release 1.1.5#2098
Merged
Merged
Conversation
[Auto changelog] changlog of v1.1.3
[Auto Sync] Sync the code from branch main to branch develop after release 1.1.4
fix: rich text line dash not work. fix @VisActor/VChart#4595
… content By default the discrete legend pins its pager to the far end of the available legend space while items stay at the start, so a paged legend always renders justified (items left, pager right) and its bounds always occupy the full available width/height. Add an opt-in pager.hugContent option (default false, fully backward compatible). When enabled: 1. the pager is placed right after the last legend item (with pager.space as the gap), falling back to the original edge-pinned position when the content fills the available space; 2. the paging clip viewport shrinks to the actual content extent, so the legend bounds hug "items + pager" instead of being pinned at the full available size by the fixed-size clip group. With the bounds hugging the content, outer layouts (e.g. VChart legend position 'middle') can center the whole block, matching the common "content + pager centered together" legend layout.
feat(legend): support pager.hugContent to hug and center paged legend content
xuefei1313
approved these changes
Jul 17, 2026
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.
No description provided.