From ccd0c387c1ddba0f7d54c037e823ed4f64551cae Mon Sep 17 00:00:00 2001 From: gvreddy04 Date: Fri, 22 May 2026 12:21:31 +0530 Subject: [PATCH] Update documentation and version references to 1.2.3 --- .../Pages/Demos/BarChart/BarChartDocumentation.razor | 2 +- .../Pages/Demos/LineChart/LineChartDocumentation.razor | 4 ++-- .../Docs/GettingStarted/GettingStartedDocumentation.razor | 2 +- .../01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor | 2 +- ...01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor | 2 +- .../02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor | 2 +- ...02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor | 2 +- BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor | 2 +- .../wwwroot/appsettings.json | 4 ++-- BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj | 4 ++-- README.md | 4 ++-- nuget/README.md | 4 ++-- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor index 3ebe01e1..38de563b 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor @@ -174,7 +174,7 @@
- The Animations - DataSet Level Delay demo demonstrates how to apply different animation delays to each dataset in your Bar Chart. This allows each dataset to animate in sequence, making comparisons clearer and adding a dynamic effect to your data presentation. + The Animations - Dataset level delay demo demonstrates how to apply different animation delays to each dataset in your Bar Chart. This allows each dataset to animate in sequence, making comparisons clearer and adding a dynamic effect to your data presentation.

How to use:
diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor index f0444399..e760ad2d 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor @@ -56,7 +56,7 @@
- The Stack demo shows how to combine LineChartDataset.Stack with a stacked Y-axis to build a layered line or area chart. + The Stacked line chart demo shows how to combine LineChartDataset.Stack with a stacked Y-axis to build a layered line or area chart.

How to use:
@@ -91,7 +91,7 @@
- The Tick Configuration demo shows how to customize the appearance and behavior of axis ticks in the Line Chart component. + The Tick configuration demo shows how to customize the appearance and behavior of axis ticks in the Line Chart component.

How to use:
diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/GettingStartedDocumentation.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/GettingStartedDocumentation.razor index 75bad854..ddcdad94 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/GettingStartedDocumentation.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/GettingStartedDocumentation.razor @@ -30,7 +30,7 @@ - 1.2.2 + 1.2.2+ 8, 9, 10 4.4.1 2.2.0 diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor index 6c3aa35a..9aae45f0 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor @@ -1 +1 @@ -dotnet add package BlazorExpress.ChartJS --version 1.2.2 \ No newline at end of file +dotnet add package BlazorExpress.ChartJS --version 1.2.3 \ No newline at end of file diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor index 2d702ac1..42439ac7 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor index 6c3aa35a..9aae45f0 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_01_Run_Net_CLI_Command_Snippet.razor @@ -1 +1 @@ -dotnet add package BlazorExpress.ChartJS --version 1.2.2 \ No newline at end of file +dotnet add package BlazorExpress.ChartJS --version 1.2.3 \ No newline at end of file diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor index 2d702ac1..42439ac7 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor b/BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor index 3e4b8fe9..570c97e0 100644 --- a/BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor +++ b/BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor @@ -54,7 +54,7 @@ - 1.2.2 + 1.2.2+ 8, 9, 10 4.4.1 2.2.0 diff --git a/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json b/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json index 71dc0448..fc47aedf 100644 --- a/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json +++ b/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { - "version": "1.2.2", + "version": "1.2.3", "release": { - "short_description": "Adds combo bar/line charts and updates installation snippets to v1.2.2." + "short_description": "Adds dataset stack support for bar and line charts and updates installation snippets to v1.2.3." }, "NugetPackageName": "BlazorExpress.ChartJS", "NugetPackageDisplayName": "BlazorExpress ChartJS", diff --git a/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj b/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj index b25f8aef..fe1a2a7d 100644 --- a/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj +++ b/BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj @@ -3,8 +3,8 @@ BlazorExpress.ChartJS - 1.2.2 - 1.2.2 + 1.2.3 + 1.2.3 logo.png Apache-2.0 diff --git a/README.md b/README.md index 2e843b47..20bca1c0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Get started any way you want - Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS` -- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.2` +- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.3` ## Online Demos @@ -40,7 +40,7 @@ Get started any way you want | BlazorExpress.ChartJS | .NET | Chart.js | chartjs-plugin-datalabels | |:--|:--|:--|:--| -| 1.2.2 | 8, 9, 10 | 4.4.1 | 2.2.0 | +| 1.2.2+ | 8, 9, 10 | 4.4.1 | 2.2.0 | | 1.1.0+ | 8 | 4.4.1 | 2.2.0 | | 1.0.0 | 8 | 4.0.1 | 2.2.0 | diff --git a/nuget/README.md b/nuget/README.md index 5c04179b..02f3fd21 100644 --- a/nuget/README.md +++ b/nuget/README.md @@ -15,7 +15,7 @@ Get started any way you want - Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS` -- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.2` +- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.2.3` ## Online Demos @@ -25,7 +25,7 @@ Get started any way you want | BlazorExpress.ChartJS | .NET | Chart.js | chartjs-plugin-datalabels | |:--|:--|:--|:--| -| 1.2.2 | 8, 9, 10 | 4.4.1 | 2.2.0 | +| 1.2.2+ | 8, 9, 10 | 4.4.1 | 2.2.0 | | 1.1.0+ | 8 | 4.4.1 | 2.2.0 | | 1.0.0 | 8 | 4.0.1 | 2.2.0 |