Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<DocsLink Href="@DemoRouteConstants.Docs_BarChart" />

<Prerequisites PageUrl="@pageUrl" />

Check warning on line 15 in BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'Prerequisites'. If this is intended to be a component, add a @using directive for its namespace.

Check warning on line 15 in BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/BarChart/BarChartDocumentation.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'Prerequisites'. If this is intended to be a component, add a @using directive for its namespace.

<Section Class="p-0" Size="HeadingSize.H4" Name="How it works" PageUrl="@pageUrl" Link="how-it-works">
<Block>
Expand Down Expand Up @@ -174,7 +174,7 @@

<Section Class="p-0" Size="HeadingSize.H4" Name="Animations - Dataset level delay" PageUrl="@pageUrl" Link="animations-dataset-level-delay">
<Block>
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.
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.
<br /><br />
<strong>How to use:</strong>
<div class="content">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<DocsLink Href="@DemoRouteConstants.Docs_LineChart" />

<Prerequisites PageUrl="@pageUrl" />

Check warning on line 14 in BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'Prerequisites'. If this is intended to be a component, add a @using directive for its namespace.

Check warning on line 14 in BlazorExpress.ChartJS.Demo.RCL/Pages/Demos/LineChart/LineChartDocumentation.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'Prerequisites'. If this is intended to be a component, add a @using directive for its namespace.

<Section Class="p-0" Size="HeadingSize.H4" Name="How it works" PageUrl="@pageUrl" Link="how-it-works">
<Block>
Expand Down Expand Up @@ -56,7 +56,7 @@

<Section Class="p-0" Size="HeadingSize.H4" Name="Stacked line chart" PageUrl="@pageUrl" Link="stacked-line-chart">
<Block>
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.
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.
<br /><br />
<strong>How to use:</strong>
<div class="content">
Expand Down Expand Up @@ -91,7 +91,7 @@

<Section Class="p-0" Size="HeadingSize.H4" Name="Tick configuration" PageUrl="@pageUrl" Link="tick-configuration">
<Block>
The <strong>Tick Configuration</strong> demo shows how to customize the appearance and behavior of axis ticks in the Line Chart component.
The <strong>Tick configuration</strong> demo shows how to customize the appearance and behavior of axis ticks in the Line Chart component.
<br /><br />
<strong>How to use:</strong>
<div class="content">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</thead>
<tbody>
<tr>
<td>1.2.2</td>
<td>1.2.2+</td>
<td>8, 9, 10</td>
<td>4.4.1</td>
<td>2.2.0</td>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet add package BlazorExpress.ChartJS --version 1.2.2
dotnet add package BlazorExpress.ChartJS --version 1.2.3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.3" />

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/01_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet add package BlazorExpress.ChartJS --version 1.2.2
dotnet add package BlazorExpress.ChartJS --version 1.2.3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.2" />
<PackageReference Include="BlazorExpress.ChartJS" Version="1.2.3" />

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.

Check warning on line 1 in BlazorExpress.ChartJS.Demo.RCL/Pages/Docs/GettingStarted/net8/02_A_Manual_Install_02_Add_Package_Reference_Snippet.razor

View workflow job for this annotation

GitHub Actions / Build and Deploy Job

Found markup element with unexpected name 'PackageReference'. If this is intended to be a component, add a @using directive for its namespace.
2 changes: 1 addition & 1 deletion BlazorExpress.ChartJS.Demo.RCL/Pages/Home/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</thead>
<tbody>
<tr>
<td>1.2.2</td>
<td>1.2.2+</td>
<td>8, 9, 10</td>
<td>4.4.1</td>
<td>2.2.0</td>
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<PropertyGroup>

<PackageId>BlazorExpress.ChartJS</PackageId>
<Version>1.2.2</Version>
<PackageVersion>1.2.2</PackageVersion>
<Version>1.2.3</Version>
<PackageVersion>1.2.3</PackageVersion>

<PackageIcon>logo.png</PackageIcon>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 |

Expand Down
4 changes: 2 additions & 2 deletions nuget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 |

Expand Down
Loading