beto-rodriguez / LiveCharts2

Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
https://livecharts.dev
MIT License
4.38k stars 572 forks source link

Visibility rework #1656

Closed beto-rodriguez closed 1 month ago

beto-rodriguez commented 1 month ago

Toggling the Series.IsVisible is just buggy...

After trying #1654, I noticed Visibility needs a rework, a lot of things are wrong there.

This PR cleans the visibility logic in the library, toggling the visibility property now animates properly, and finally introduces multiple new and very useful unit tests.

Related issues: