You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshots
Screen.Recording.2024-10-28.at.10.08.36.mov
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.
The text was updated successfully, but these errors were encountered:
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
Screen.Recording.2024-10-28.at.10.08.36.mov
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.
The text was updated successfully, but these errors were encountered: