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.
Describe the bug
Using CartesianChart while running under Uno on MacCatalyst will result in a broken, black background. In addition, when the graph is loaded, horizontal guidelines are shown until the graph is resized via an animation.
To Reproduce
Steps to reproduce the behavior:
Create a new Uno App
Install the latest version of LiveCharts2 -- (RC-4.5) LiveChartsCore.SkiaSharpView.Uno.WinUI
Create a new simple cartesian chart and fill it with sample data
See a black background, horizontal lines drawn, and custom gradient color not being applied
Expected behavior
Graph background should be transparent when set, the graph should not flicker when loading, horizontal lines shouldn't be drawn when not specified, and custom gradient should be applied.
Desktop (please complete the following information):
OS: MacOS Sonoma 14.6.1
Additional context
This issue was already present a couple of releases ago. It is most likely also present on Uno Linux X11 since it uses Skia, however, I haven't tested it.
Describe the bug Using CartesianChart while running under Uno on MacCatalyst will result in a broken, black background. In addition, when the graph is loaded, horizontal guidelines are shown until the graph is resized via an animation.
To Reproduce Steps to reproduce the behavior:
Sample code:
UnoApp54.zip
Expected behavior Graph background should be transparent when set, the graph should not flicker when loading, horizontal lines shouldn't be drawn when not specified, and custom gradient should be applied.
Screenshots
https://github.com/user-attachments/assets/5c52309e-00ad-47c2-a969-1e8be3c9320e
Desktop (please complete the following information):
Additional context This issue was already present a couple of releases ago. It is most likely also present on Uno Linux X11 since it uses Skia, however, I haven't tested it.