Skip to content
Open
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
33 changes: 26 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
# Blazor Line Chart

This sample explains about how to create a line chart in Blazor Charts component.
This repository contains a Blazor sample demonstrating how to create a line chart using a Blazor Charts component.

## Project Overview

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.

## Features

- Focused example showing a line chart
- Simple data binding for chart series

## Prerequisites

* Visual Studio 2022
- Visual Studio 2022
- Restore NuGet packages before running

## Installation & Run

1. Checkout the project to your disk.
2. Open the solution in Visual Studio 2022.
3. Rebuild to restore NuGet packages, then run the project.

## Usage & Configuration

Open the sample page to view the line chart. Adjust data and chart options in the sample Razor pages and `appsettings.json` to experiment.

## Troubleshooting

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

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