-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The difference between LiveCharts and LiveCharts2 #1
Comments
Hi! I forgot to add the license file, yes it is under the MIT license, just added it. The main difference is that we can take v2 to Xamarin, UNO platform, Avalonia, maybe WASM, and of course WPF, WinForms, UWP, to achieve this in v0 was practically impossible. I also added a readme.md to the project, take a look at the main page of the repo. |
Thank you @beto-rodriguez |
I hope we can have a Nuget package in about 1 or 2 months |
I can only applaud you for picking this up again. Really great library. Alas, I'm stuck on 4.8 for now as the upgrade to my massive WPF app is a rewrite really too. I appreciate how much work that is. Thank you! |
Any progress on the package? Thanks |
yes nuget is available |
The API should not change from now on. There are some issues I am fixing before the first stable release, feel free to try the beta package @tarekfb and please report any issue you find. |
Sorry for dropping by in a closed issue, but since there is also a discussion about this. Do you have plans to support UNO too? |
@LaPeste Uno uses UWP or WinUI, LiveCharts already provides both views, you can create a Uno app (UWP) and use the LiveCharts.SkiaSharpView.UWP package. For the newer version of Uno, there is a step missing as far as I am aware of, mono/SkiaSharp#1787 |
First thing I did was to download exactly Thank you for taking the time to answer. |
I'm also trying to do this from MacOs, this could be a problem. Am I right? |
Fix the issue that labels and the axis title were not correctly shown when forceStepToMin is true
Hi, I am very happy that this project has resumed.
If possible, please explain about the features of version 2 and its roadmap.
Will it be free? I hope this version also uses the MIT license.
thank you.
The text was updated successfully, but these errors were encountered: