Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add crosshair label padding and adjusted crosshair label position when LabelAnchor is center #414

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DJ-Raven
Copy link

@DJ-Raven DJ-Raven commented Aug 4, 2024

This PR I has add new crosshair label padding that draw over the CrosshairOverlay. and adjusted crosshair label position to be within chart dataArea when LabelAnchor is CENTER. this changed apply for both domainCrosshair and rangeCrosshair

Before and no adjusted label position

before

After update and apply padding

crosshair.setLabelPadding(new RectangleInsets(3, 5, 3, 5));

after

Please check this PR I hope this option have in this JFreeChart. or something wrong with this changed please help improve the code changed. Thank you.

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.

1 participant