Skip to content

Commit 5b49282

Browse files
1022922: Updated ReadMe file of the project.
1 parent 6242bab commit 5b49282

1 file changed

Lines changed: 26 additions & 7 deletions

File tree

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
# Blazor Line Chart
22

3-
This sample explains about how to create a line chart in Blazor Charts component.
3+
This repository contains a Blazor sample demonstrating how to create a line chart using a Blazor Charts component.
4+
5+
## Project Overview
6+
7+
A compact sample showing how to configure and render a line chart in a Blazor application. It demonstrates binding series data and integrating the chart into a Razor page.
8+
9+
## Features
10+
11+
- Focused example showing a line chart
12+
- Simple data binding for chart series
413

514
## Prerequisites
615

7-
* Visual Studio 2022
16+
- Visual Studio 2022
17+
- Restore NuGet packages before running
18+
19+
## Installation & Run
20+
21+
1. Checkout the project to your disk.
22+
2. Open the solution in Visual Studio 2022.
23+
3. Rebuild to restore NuGet packages, then run the project.
24+
25+
## Usage & Configuration
26+
27+
Open the sample page to view the line chart. Adjust data and chart options in the sample Razor pages and `appsettings.json` to experiment.
28+
29+
## Troubleshooting
830

9-
## How to run the project
31+
If packages fail to restore, check network or NuGet sources and rebuild the solution.
1032

11-
* Checkout this project to a location in your disk.
12-
* Open the solution file using the Visual Studio 2022.
13-
* Restore the NuGet packages by rebuilding the solution.
14-
* Run the project.
33+
This README focuses on providing a clear, concise learning sample for adding a line chart to a Blazor app.

0 commit comments

Comments
 (0)