From 8db2df1b296a0859a141b875e6cd0ffce3561ce6 Mon Sep 17 00:00:00 2001 From: beto rodriguez Date: Mon, 24 Jan 2022 08:14:49 -0600 Subject: [PATCH] beta-100 --- samples/ViewModelsSamples/Index.cs | 212 +++++++++--------- src/LiveChartsCore/LiveChartsCore.csproj | 4 +- ...veChartsCore.SkiaSharpView.Avalonia.csproj | 2 +- .../LiveChartsCore.SkiaSharpView.WPF.csproj | 2 +- ...veChartsCore.SkiaSharpView.WinForms.csproj | 4 +- ...rtsCore.SkiaSharpView.Xamarin.Forms.csproj | 4 +- .../LiveChartsCore.SkiaSharpView.csproj | 4 +- .../LiveChartsCore.SkiaSharpView.WinUI.csproj | 4 +- .../LiveChartsCore.SkiaSharpView.WinUI.nuspec | 6 +- ...LiveChartsCore.SkiaSharpView.Blazor.csproj | 4 +- .../LiveChartsCore.SkiaSharpView.Maui.csproj | 4 +- .../LiveChartsCore.SkiaSharpView.Maui.nuspec | 12 +- .../LiveChartsCore.SkiaSharpView.UWP.nuspec | 6 +- 13 files changed, 134 insertions(+), 134 deletions(-) diff --git a/samples/ViewModelsSamples/Index.cs b/samples/ViewModelsSamples/Index.cs index dd1eee028..e8a117ec3 100644 --- a/samples/ViewModelsSamples/Index.cs +++ b/samples/ViewModelsSamples/Index.cs @@ -4,112 +4,112 @@ public static class Index { public static string[] Samples = { - //"Design/LinearGradients", - //"Design/RadialGradients", - - //"Lines/Basic", - //"Lines/AutoUpdate", - //"Lines/Straight", - //"Lines/Properties", - //"Lines/Area", - //"Lines/Custom", - //"Lines/Padding", - //"Lines/XY", - //"Lines/Zoom", - - //"StepLines/Basic", - //"StepLines/AutoUpdate", - //"StepLines/Properties", - //"StepLines/Area", - //"StepLines/Custom", - //"StepLines/Zoom", - - //"StackedArea/Basic", - //"StackedArea/StepArea", - - //"Bars/Basic", - //"Bars/AutoUpdate", - //"Bars/Custom", - //"Bars/WithBackground", - //"Bars/Spacing", - //"Bars/DelayedAnimation", - //"Bars/Race", - //"Bars/RowsWithLabels", - //"Bars/Layered", - //"Bars/States", - - //"StackedBars/Basic", - //"StackedBars/Groups", - - //"Pies/Basic", - //"Pies/AutoUpdate", - //"Pies/Processing", - //"Pies/Doughnut", - //"Pies/Pushout", - //"Pies/Custom", - //"Pies/NightingaleRose", - //"Pies/Gauges", - ////"Pies/Gauge", - //"Pies/Gauge1", - //"Pies/Gauge2", - //"Pies/Gauge3", - //"Pies/Gauge4", - //"Pies/Gauge5", - - //"Scatter/Basic", - //"Scatter/Bubbles", - //"Scatter/AutoUpdate", - //"Scatter/Custom", - - //"Financial/BasicCandlesticks", - - //"Heat/Basic", - - //"Polar/Basic", - //"Polar/RadialArea", - //"Polar/Coordinates", - - //"Axes/ColorsAndPosition", - //"Axes/LabelsFormat", - //"Axes/LabelsFormat2", - //"Axes/NamedLabels", - //"Axes/LabelsRotation", - //"Axes/Multiple", - //"Axes/Shared", - //"Axes/DateTimeScaled", - //"Axes/TimeSpanScaled", - //"Axes/Logarithmic", - //"Axes/Style", - //"Axes/Paging", - - //"Events/AddPointOnClick", + "Design/LinearGradients", + "Design/RadialGradients", + + "Lines/Basic", + "Lines/AutoUpdate", + "Lines/Straight", + "Lines/Properties", + "Lines/Area", + "Lines/Custom", + "Lines/Padding", + "Lines/XY", + "Lines/Zoom", + + "StepLines/Basic", + "StepLines/AutoUpdate", + "StepLines/Properties", + "StepLines/Area", + "StepLines/Custom", + "StepLines/Zoom", + + "StackedArea/Basic", + "StackedArea/StepArea", + + "Bars/Basic", + "Bars/AutoUpdate", + "Bars/Custom", + "Bars/WithBackground", + "Bars/Spacing", + "Bars/DelayedAnimation", + "Bars/Race", + "Bars/RowsWithLabels", + "Bars/Layered", + "Bars/States", + + "StackedBars/Basic", + "StackedBars/Groups", + + "Pies/Basic", + "Pies/AutoUpdate", + "Pies/Processing", + "Pies/Doughnut", + "Pies/Pushout", + "Pies/Custom", + "Pies/NightingaleRose", + "Pies/Gauges", + //"Pies/Gauge", + "Pies/Gauge1", + "Pies/Gauge2", + "Pies/Gauge3", + "Pies/Gauge4", + "Pies/Gauge5", + + "Scatter/Basic", + "Scatter/Bubbles", + "Scatter/AutoUpdate", + "Scatter/Custom", + + "Financial/BasicCandlesticks", + + "Heat/Basic", + + "Polar/Basic", + "Polar/RadialArea", + "Polar/Coordinates", + + "Axes/ColorsAndPosition", + "Axes/LabelsFormat", + "Axes/LabelsFormat2", + "Axes/NamedLabels", + "Axes/LabelsRotation", + "Axes/Multiple", + "Axes/Shared", + "Axes/DateTimeScaled", + "Axes/TimeSpanScaled", + "Axes/Logarithmic", + "Axes/Style", + "Axes/Paging", + + "Events/AddPointOnClick", "Events/Cartesian", - //"Events/Pie", - //"Events/Polar", - - //"General/Sections", - //"General/Sections2", - //"General/ChartToImage", - //"General/Tooltips", - //"General/Legends", - //"General/Animations", - //"General/Visibility", - //"General/TemplatedTooltips", - //"General/TemplatedLegends", - //"General/UserDefinedTypes", - //"General/NullPoints", - //"General/MultiThreading", - //"General/MultiThreading2", - - //"VisualTest/TwoChartsOneSeries", - //"VisualTest/ReattachVisual", - //"VisualTest/DataTemplate", - //"VisualTest/Tabs", - - //"Test/ChangeSeriesInstance", - //"Test/Dispose", - //"Test/MotionCanvasDispose", - - //"Maps/World" + "Events/Pie", + "Events/Polar", + + "General/Sections", + "General/Sections2", + "General/ChartToImage", + "General/Tooltips", + "General/Legends", + "General/Animations", + "General/Visibility", + "General/TemplatedTooltips", + "General/TemplatedLegends", + "General/UserDefinedTypes", + "General/NullPoints", + "General/MultiThreading", + "General/MultiThreading2", + + "VisualTest/TwoChartsOneSeries", + "VisualTest/ReattachVisual", + "VisualTest/DataTemplate", + "VisualTest/Tabs", + + "Test/ChangeSeriesInstance", + "Test/Dispose", + "Test/MotionCanvasDispose", + + "Maps/World" }; } diff --git a/src/LiveChartsCore/LiveChartsCore.csproj b/src/LiveChartsCore/LiveChartsCore.csproj index c09d920f7..392e1f015 100644 --- a/src/LiveChartsCore/LiveChartsCore.csproj +++ b/src/LiveChartsCore/LiveChartsCore.csproj @@ -1,4 +1,4 @@ - + enable @@ -15,7 +15,7 @@ LiveChartsCore LiveChartsCore - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for .Net, this is the core package probably you need another package also unless you are building your own backed. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/LiveChartsCore.SkiaSharpView.Avalonia.csproj b/src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/LiveChartsCore.SkiaSharpView.Avalonia.csproj index 62ae3a77f..4ced9f107 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/LiveChartsCore.SkiaSharpView.Avalonia.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharp.Avalonia/LiveChartsCore.SkiaSharpView.Avalonia.csproj @@ -6,7 +6,7 @@ netcoreapp2.0;netstandard2.0;net462; LiveChartsCore.SkiaSharpView.Avalonia LiveChartsCore.SkiaSharpView.Avalonia - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for AvaloniaUI. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharp.WPF/LiveChartsCore.SkiaSharpView.WPF.csproj b/src/skiasharp/LiveChartsCore.SkiaSharp.WPF/LiveChartsCore.SkiaSharpView.WPF.csproj index c9405612a..69e9bddfa 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharp.WPF/LiveChartsCore.SkiaSharpView.WPF.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharp.WPF/LiveChartsCore.SkiaSharpView.WPF.csproj @@ -7,7 +7,7 @@ net462;netcoreapp3.1 LiveChartsCore.SkiaSharpView.WPF LiveChartsCore.SkiaSharpView.WPF - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for WPF. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharp.WinForms/LiveChartsCore.SkiaSharpView.WinForms.csproj b/src/skiasharp/LiveChartsCore.SkiaSharp.WinForms/LiveChartsCore.SkiaSharpView.WinForms.csproj index beb298ce8..3953454ab 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharp.WinForms/LiveChartsCore.SkiaSharpView.WinForms.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharp.WinForms/LiveChartsCore.SkiaSharpView.WinForms.csproj @@ -1,4 +1,4 @@ - + WinExe @@ -9,7 +9,7 @@ net462;netcoreapp3.1 LiveChartsCore.SkiaSharpView.WinForms LiveChartsCore.SkiaSharpView.WinForms - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for WindowsForms. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharp.Xamarin.Forms/LiveChartsCore.SkiaSharpView.Xamarin.Forms.csproj b/src/skiasharp/LiveChartsCore.SkiaSharp.Xamarin.Forms/LiveChartsCore.SkiaSharpView.Xamarin.Forms.csproj index 1dfe5ae2e..179c360ff 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharp.Xamarin.Forms/LiveChartsCore.SkiaSharpView.Xamarin.Forms.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharp.Xamarin.Forms/LiveChartsCore.SkiaSharpView.Xamarin.Forms.csproj @@ -1,4 +1,4 @@ - + 10.0 @@ -6,7 +6,7 @@ netstandard2.0; LiveChartsCore.SkiaSharpView.XamarinForms LiveChartsCore.SkiaSharpView.XamarinForms - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for XamarinForms. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj b/src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj index d81e27205..dbe1e0b7f 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharp/LiveChartsCore.SkiaSharpView.csproj @@ -1,4 +1,4 @@ - + enable @@ -15,7 +15,7 @@ LiveChartsCore.SkiaSharpView LiveChartsCore.SkiaSharpView - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for .Net, this package contains the SkiaSharp backend. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj b/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj index 8c807e7f5..9f38c7cc0 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.csproj @@ -1,4 +1,4 @@ - + 10.0 enable @@ -7,7 +7,7 @@ LiveChartsCore.SkiaSharpView.WinUI win10-x86;win10-x64;win10-arm64 true - 2.0.0-beta.90 + 2.0.0-beta.100 Simple, flexible, interactive and powerful data visualization for WinUI 3. diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.nuspec b/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.nuspec index 035c039c5..cde8794d3 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.nuspec +++ b/src/skiasharp/LiveChartsCore.SkiaSharpVew.WinUI/LiveChartsCore.SkiaSharpView.WinUI.nuspec @@ -2,7 +2,7 @@ LiveChartsCore.SkiaSharpView.WinUI - 2.0.0-beta.90 + 2.0.0-beta.100 LiveChartsCore.SkiaSharpView.WinUI BetoRodriguez true @@ -19,8 +19,8 @@ - - + + diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.csproj b/src/skiasharp/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.csproj index 44256a863..58a581787 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.csproj @@ -1,4 +1,4 @@ - + True @@ -17,7 +17,7 @@ net6.0 enable enable - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for Blazor. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.csproj b/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.csproj index 002c3837f..dfd903375 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.csproj +++ b/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.csproj @@ -1,4 +1,4 @@ - + net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst @@ -14,7 +14,7 @@ 10.0.17763.0 10.0.17763.0 - 2.0.0-beta.90 + 2.0.0-beta.100 icon.png Simple, flexible, interactive and powerful data visualization for Maui. MIT diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.nuspec b/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.nuspec index ed075a704..857ec75e8 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.nuspec +++ b/src/skiasharp/LiveChartsCore.SkiaSharpView.Maui/LiveChartsCore.SkiaSharpView.Maui.nuspec @@ -2,7 +2,7 @@ LiveChartsCore.SkiaSharpView.Maui - 2.0.0-beta.90 + 2.0.0-beta.100 LiveChartsCore.SkiaSharpView.Maui BetoRodriguez true @@ -18,27 +18,27 @@ - + - + - + - + - + diff --git a/src/skiasharp/LiveChartsCore.SkiaSharpView.UWP/LiveChartsCore.SkiaSharpView.UWP.nuspec b/src/skiasharp/LiveChartsCore.SkiaSharpView.UWP/LiveChartsCore.SkiaSharpView.UWP.nuspec index 717e47c74..efac3a0ac 100644 --- a/src/skiasharp/LiveChartsCore.SkiaSharpView.UWP/LiveChartsCore.SkiaSharpView.UWP.nuspec +++ b/src/skiasharp/LiveChartsCore.SkiaSharpView.UWP/LiveChartsCore.SkiaSharpView.UWP.nuspec @@ -2,7 +2,7 @@ LiveChartsCore.SkiaSharpView.UWP - 2.0.0-beta.90 + 2.0.0-beta.100 LiveChartsCore.SkiaSharpView.UWP BetoRodriguez true @@ -17,8 +17,8 @@ - - + +