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

Fix 1710 #1743

Merged
merged 4 commits into from
Dec 24, 2024
Merged

Fix 1710 #1743

merged 4 commits into from
Dec 24, 2024

Conversation

beto-rodriguez
Copy link
Owner

fixes #1710

Enhancements to Invalidate Method:

  • CoreBoxSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreBoxSeries.cs)
  • CoreColumnSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreColumnSeries.cs)
  • CoreFinancialSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreFinancialSeries.cs)
  • CoreHeatSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreHeatSeries.cs)
  • CoreLineSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreLineSeries.cs)
  • CorePieSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CorePieSeries.cs)
  • CoreRowSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreRowSeries.cs)
  • CoreScatterSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreScatterSeries.cs)
  • CoreStepLineSeries: Added logic to handle the removal and cleanup of labels if they are present. (src/LiveChartsCore/CoreStepLineSeries.cs)

New Unit Test Class:

  • VisibilityTests: Added a new unit test class to test the visibility changes of various series types, ensuring that labels and visuals are properly handled when visibility changes. (tests/LiveChartsCore.UnitTesting/SeriesTests/VisibilityTests.cs)

@beto-rodriguez beto-rodriguez merged commit 7408955 into dev Dec 24, 2024
4 checks passed
@beto-rodriguez beto-rodriguez deleted the fix-1710 branch December 24, 2024 22:14
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