Skip to content

Close #779: add demo verifying bar labels visible with custom fill color#946

Merged
timmolter merged 2 commits into
developfrom
timmolter/close-779-bar-label-demo
May 25, 2026
Merged

Close #779: add demo verifying bar labels visible with custom fill color#946
timmolter merged 2 commits into
developfrom
timmolter/close-779-bar-label-demo

Conversation

@timmolter
Copy link
Copy Markdown
Member

Issue #779 reported that bar tip labels become invisible when setFillColor() is called on a series. This has since been fixed (the automatic label font contrast logic now correctly handles custom fill colors).

This PR adds TestForIssue779.java to document and preserve the verified behaviour with a side-by-side demo of two charts — one with and one without a custom fill color — both showing visible labels.

Closes #779

Bar tip labels are correctly visible when setFillColor() is used.
Adding a demo class to document the verified behaviour.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
All label positions remain visible with custom fill colors.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@timmolter timmolter merged commit e345de8 into develop May 25, 2026
1 check passed
Sign up for free to 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.

After setting fill color, the last bar tip value could not see again.

1 participant