We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The chart labels are not being removed off-screen in Avalonia
To Reproduce Steps to reproduce the behavior:
CartesianChart
ItemsRepeater
ScrollViewer
Expected behavior Labels should not persist, but should be removed from the display.
Screenshots
Desktop (please complete the following information):
Additional context Minimal reproducible example: https://github.com/hahagu/LiveCharts2.ItemsRepeaterMRE
The text was updated successfully, but these errors were encountered:
Upon some testing with the minimal reproducible example, I've come up with a workaround. I don't understand why this works, but hopefully, this will help with the debugging. https://github.com/hahagu/LiveCharts2.ItemsRepeaterMRE/tree/workaround
Sorry, something went wrong.
00f3b67
No branches or pull requests
Describe the bug
The chart labels are not being removed off-screen in Avalonia
To Reproduce
Steps to reproduce the behavior:
CartesianChart
controls in anItemsRepeater
control wrapped inScrollViewer
CartesianChart
controls are off the screenExpected behavior
Labels should not persist, but should be removed from the display.
Screenshots
MRE.mp4
Desktop (please complete the following information):
Additional context
Minimal reproducible example:
https://github.com/hahagu/LiveCharts2.ItemsRepeaterMRE
The text was updated successfully, but these errors were encountered: