Skip to content

Commit 718f5bd

Browse files
authored
Update documentation and version references to 1.2.3 (#34)
1 parent a3fd274 commit 718f5bd

12 files changed

Lines changed: 17 additions & 17 deletions

BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174

175175
<Section Class="p-0" Size="HeadingSize.H4" Name="Animations - Dataset level delay" PageUrl="@pageUrl" Link="animations-dataset-level-delay">
176176
<Block>
177-
The <strong>Animations - DataSet Level Delay</strong> 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.
177+
The <strong>Animations - Dataset level delay</strong> 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.
178178
<br /><br />
179179
<strong>How to use:</strong>
180180
<div class="content">

BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<Section Class="p-0" Size="HeadingSize.H4" Name="Stacked line chart" PageUrl="@pageUrl" Link="stacked-line-chart">
5858
<Block>
59-
The <strong>Stack</strong> demo shows how to combine <code>LineChartDataset.Stack</code> with a stacked Y-axis to build a layered line or area chart.
59+
The <strong>Stacked line chart</strong> demo shows how to combine <code>LineChartDataset.Stack</code> with a stacked Y-axis to build a layered line or area chart.
6060
<br /><br />
6161
<strong>How to use:</strong>
6262
<div class="content">
@@ -91,7 +91,7 @@
9191

9292
<Section Class="p-0" Size="HeadingSize.H4" Name="Tick configuration" PageUrl="@pageUrl" Link="tick-configuration">
9393
<Block>
94-
The <strong>Tick Configuration</strong> demo shows how to customize the appearance and behavior of axis ticks in the Line Chart component.
94+
The <strong>Tick configuration</strong> demo shows how to customize the appearance and behavior of axis ticks in the Line Chart component.
9595
<br /><br />
9696
<strong>How to use:</strong>
9797
<div class="content">

BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/GettingStartedDocumentation.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</thead>
3131
<tbody>
3232
<tr>
33-
<td>1.2.2</td>
33+
<td>1.2.2+</td>
3434
<td>8, 9, 10</td>
3535
<td>4.4.1</td>
3636
<td>2.2.0</td>
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet add package BlazorExpress.ChartJS --version 1.2.2
1+
dotnet add package BlazorExpress.ChartJS --version 1.2.3
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />
1+
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.3" />
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet add package BlazorExpress.ChartJS --version 1.2.2
1+
dotnet add package BlazorExpress.ChartJS --version 1.2.3
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />
1+
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.3" />

BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</thead>
5555
<tbody>
5656
<tr>
57-
<td>1.2.2</td>
57+
<td>1.2.2+</td>
5858
<td>8, 9, 10</td>
5959
<td>4.4.1</td>
6060
<td>2.2.0</td>

BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "1.2.2",
2+
"version": "1.2.3",
33
"release": {
4-
"short_description": "Adds combo bar/line charts and updates installation snippets to v1.2.2."
4+
"short_description": "Adds dataset stack support for bar and line charts and updates installation snippets to v1.2.3."
55
},
66
"NugetPackageName": "BlazorExpress.ChartJS",
77
"NugetPackageDisplayName": "BlazorExpress ChartJS",

BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44

55
<PackageId>BlazorExpress.ChartJS</PackageId>
6-
<Version>1.2.2</Version>
7-
<PackageVersion>1.2.2</PackageVersion>
6+
<Version>1.2.3</Version>
7+
<PackageVersion>1.2.3</PackageVersion>
88

99
<PackageIcon>logo.png</PackageIcon>
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)