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

BP: AbstractRendererXY: Update axesList of AbstractRenderer when changed (#677) #678

Merged

Conversation

dedeibel
Copy link
Contributor

Fixes #677

@dedeibel dedeibel force-pushed the bug/677-data-point-tooltip-not-working branch from 2c99006 to 01ae0a9 Compare November 20, 2024 12:50
Copy link
Member

@RalphSteinhagen RalphSteinhagen left a comment

Choose a reason for hiding this comment

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

@dedeibel thanks for your PR! This looks OK. Thanks for also providing a unit-test.

As a minor request: if you could add a null pointer check for the rare case that there isn't any original axis before the updateAxes() call. We do not want to nullify any valid new axis. 😄

Since this is minor, it could be squash-merged afterwards w/o further review.

@dedeibel
Copy link
Contributor Author

Thank you for your review! I will keep your suggestion in mind and hope we can get back to it if any problems with null values arise.

@RalphSteinhagen RalphSteinhagen merged commit f8a5094 into fair-acc:main Nov 27, 2024
4 of 5 checks 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.

Plugins like DataPointTooltip are not working at all if axes were only added to the chart
2 participants