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
I'm trying to build a app for my pc. This app needs to show gauge meters and that's how came across livecharts2
I came across some error's so i started a fresh project and imported livecharts2.
Hello i have the same problem.
I found a temp fix.
Use the SourceCode Direk.
Load:
LiveChartsCore
LiveChartsCore.Behaviours
LiveCharsCorde.SkiaSharpView
LiveChartsCore.SkiaSharpView,Maui
and place the reference
that work for me
Hello, this issue is related to #1774, a workaround for now is to initialize another kind of chart first, like a cartesian chart, this will be fixed in the next version of the library, sorry about this!
I'm trying to build a app for my pc. This app needs to show gauge meters and that's how came across livecharts2
I came across some error's so i started a fresh project and imported livecharts2.
Now i can see the basis chart when you follow the instructions in the installation page:
https://livecharts.dev/docs/Maui/2.0.0-rc5/Overview.Installation
But when i hover over the chart i get set to this part of the code in App.g.i.cs
#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION UnhandledException += (sender, e) => { if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break(); }; #endif }
This error:
Does anyone know how to fix this?
I'm hopeless.
The text was updated successfully, but these errors were encountered: