Skip to content

Commit 392d698

Browse files
committed
1.0.0-preview1 - README updated
1 parent 2fbbf53 commit 392d698

3 files changed

Lines changed: 107 additions & 5 deletions

File tree

BlazorExpress.ChartJS/BlazorExpress.ChartJS.csproj

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
<!--<PackageIconUrl></PackageIconUrl>-->
1010
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
11-
<PackageProjectUrl>https://blazorexpress.com/</PackageProjectUrl>
11+
<PackageProjectUrl>https://chartjs.blazorexpress.com</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/BlazorExpress/BlazorExpress.ChartJS</RepositoryUrl>
13-
<PackageTags>Blazor, WebAssembly, BlazorWebAssembly, Charts, BlazorBarChart, BlazorDoughnutChart, BlazorLineChart, BlazorPieChart</PackageTags>
14-
<Description>BlazorExpress.ChartJS is a component library built on top of Blazor and ChartJS.</Description>
15-
<Authors>Muthu</Authors>
13+
<PackageTags>Blazor, Charts, BlazorBarChart, BlazorDoughnutChart, BlazorLineChart, BlazorPieChart</PackageTags>
14+
<Description>An open-source, production-ready Blazor charts component library built on the Blazor and Chart.js JavaScript library.</Description>
15+
<Authors>Vikram Reddy</Authors>
1616
<!--<Company>your_company</Company>-->
1717
<Copyright>Copyright © 2024 Blazor Express</Copyright>
1818

@@ -21,6 +21,17 @@
2121
<ImplicitUsings>enable</ImplicitUsings>
2222
</PropertyGroup>
2323

24+
<ItemGroup>
25+
<None Include="..\nuget\README.md">
26+
<Pack>True</Pack>
27+
<PackagePath>\</PackagePath>
28+
</None>
29+
<None Include="..\BlazorExpress.ChartJS.Demo.WebAssembly\wwwroot\logo-180.png">
30+
<Pack>True</Pack>
31+
<PackagePath>\</PackagePath>
32+
</None>
33+
</ItemGroup>
34+
2435
<ItemGroup>
2536
<SupportedPlatform Include="browser" />
2637
</ItemGroup>

README.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,53 @@
1-
The BlazorExpress.ChartJs component library is a production-ready library built on the Blazor and Chart.js JavaScript library.
1+
<p align="center">
2+
<a href="https://chartjs.blazorexpress.com">
3+
<img src="https://github.com/BlazorExpress/BlazorExpress.ChartJS/blob/main/BlazorExpress.ChartJS.Demo.WebAssembly/wwwroot/logo-180.png" alt="Blazor Express logo" width="200" height="200">
4+
</a>
5+
</p>
6+
7+
<h3 align="center">BlazorExpress.ChartJs component library</h3>
8+
<p align="center">
9+
An open-source, production-ready Blazor charts component library built on the Blazor and <b>Chart.js</b> JavaScript library.
10+
<br>
11+
<a href="https://chartjs.blazorexpress.com/charts/getting-started"><strong>Getting Started »</strong></a>
12+
<br>
13+
</p>
14+
15+
## Status
16+
17+
[![NuGet](https://img.shields.io/nuget/vpre/BlazorExpress.ChartJS)](https://www.nuget.org/packages/BlazorExpress.ChartJS/absoluteLatest)
18+
19+
## Table of contents
20+
21+
- [Quick start](#quick-start)
22+
- [Online Demos](#online-demos)
23+
- [Components](#components)
24+
- [Creators](#creators)
25+
- [Copyright and license](#copyright-and-license)
26+
27+
## Quick start
28+
29+
Get started any way you want
30+
31+
- Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS`
32+
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.0.0-preview1`
33+
34+
## Online Demos
35+
36+
- [Demo Website](https://chartjs.blazorexpress.com)
37+
38+
## Components
39+
40+
| Charts: Bar chart | [Demos](https://chartjs.blazorexpress.com/charts/bar-chart) |
41+
| Charts: Doughnut chart | [Demos](https://chartjs.blazorexpress.com/charts/doughnut-chart) |
42+
| Charts: Line chart | [Demos](https://chartjs.blazorexpress.com/charts/line-chart) |
43+
| Charts: Pie chart | [Demos](https://chartjs.blazorexpress.com/charts/pie-chart) |
44+
45+
More components coming...
46+
47+
## Creators
48+
49+
**Vikram Reddy**
50+
51+
## Copyright and license
52+
53+
Code and documentation copyright 2024 [Blazor Express](https://blazorexpress.com/) Code released under the [Apache-2.0 License](https://github.com/BlazorExpress/BlazorExpress.ChartJS/blob/main/LICENSE).

nuget/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# BlazorExpress.ChartJs component library
2+
3+
### An open-source, production-ready Blazor charts component library built on the Blazor and Chart.js JavaScript library.
4+
5+
## Table of contents
6+
7+
- [Quick start](#quick-start)
8+
- [Online Demos](#online-demos)
9+
- [Components](#components)
10+
- [Creators](#creators)
11+
- [Copyright and license](#copyright-and-license)
12+
13+
## Quick start
14+
15+
Get started any way you want
16+
17+
- Clone the repo: `git clone https://github.com/BlazorExpress/BlazorExpress.ChartJS`
18+
- Install with [NuGet](https://www.nuget.org/): `Install-Package BlazorExpress.ChartJS -Version 1.0.0-preview1`
19+
20+
## Online Demos
21+
22+
- [Demo Website](https://chartjs.blazorexpress.com)
23+
24+
## Components
25+
26+
| Charts: Bar chart | [Demos](https://chartjs.blazorexpress.com/charts/bar-chart) |
27+
| Charts: Doughnut chart | [Demos](https://chartjs.blazorexpress.com/charts/doughnut-chart) |
28+
| Charts: Line chart | [Demos](https://chartjs.blazorexpress.com/charts/line-chart) |
29+
| Charts: Pie chart | [Demos](https://chartjs.blazorexpress.com/charts/pie-chart) |
30+
31+
More components coming...
32+
33+
## Creators
34+
35+
**Vikram Reddy**
36+
37+
## Copyright and license
38+
39+
Code and documentation copyright 2024 [Blazor Express](https://blazorexpress.com/) Code released under the [Apache-2.0 License](https://github.com/BlazorExpress/BlazorExpress.ChartJS/blob/main/LICENSE).

0 commit comments

Comments
 (0)