Skip to content

fix: prevent leftmost x-axis label from being clipped in Statistics chart - #2556

Open
JC-Chung wants to merge 1 commit into
sourcegit-scm:developfrom
JC-Chung:fix/chart-leftmost-label-clipped
Open

fix: prevent leftmost x-axis label from being clipped in Statistics chart#2556
JC-Chung wants to merge 1 commit into
sourcegit-scm:developfrom
JC-Chung:fix/chart-leftmost-label-clipped

Conversation

@JC-Chung

@JC-ChungJC-Chung commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

The leftmost x-axis label in the Statistics chart can be partially hidden
when its left edge extends beyond the Y-axis boundary.

This PR fixes the issue by drawing labels outside the clip region,
so they are no longer subject to the leftMargin boundary.

imageimage

@JC-Chung
JC-Chungforce-pushed the fix/chart-leftmost-label-clipped branch from 2c61130 to 20573e9CompareJuly 23, 2026 06:16
@JC-Chung
JC-Chungforce-pushed the fix/chart-leftmost-label-clipped branch from 20573e9 to 7bc6ceaCompareAugust 11, 2026 09:53
@JC-Chung

Copy link
Copy Markdown
ContributorAuthor

Resolved conflicts and updated to match the latest changes.

@JC-Chung
JC-Chungforce-pushed the fix/chart-leftmost-label-clipped branch from 7bc6cea to af9740aCompareAugust 14, 2026 09:58
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.

1 participant

@JC-Chung