microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.02k stars 361 forks source link

[Bug] Two different charts Linking problem in Release mode #231

Open uponpara opened 3 years ago

uponpara commented 3 years ago

Hi @eman1986, I have 3 charts on the same page, 1 Line chart and 2 Bar charts. In debug mode, Linking target to Sdk Assemblies Only, everything works fine. CaptureCapture2

And in Release mode, Linking target to the same property. Just the Line chart show data and barcharts nothing. Capture3Capture4

If set to None, It will work. I tried with other physical devices and Android versions have the same problem.