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
38 changes: 35 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,40 @@
# Blazor Charts Component Using Blazor Web App
This repository contains examples to help you how to create and customize the charts with real time examples

## System requirements
https://blazor.syncfusion.com/documentation/system-requirements
This project contains practical examples demonstrating how to create, configure, and customize interactive charts using **Syncfusion Blazor Chart components** within a **Blazor Web App**. The examples are focused on showing real-time usage scenarios, common chart configurations, and customization techniques that help developers integrate rich data visualizations into Blazor applications.

## Project Overview

The repository is intended as a reference implementation for developers working with Blazor and Syncfusion UI components. It showcases how charts can be rendered, styled, and updated dynamically in a web application built on the Blazor framework. The samples emphasize clarity and simplicity so that concepts can be easily reused in other applications.

## Features

- Demonstrates chart creation using Syncfusion Blazor components
- Examples of basic chart configuration and customization
- Real-time and dynamic data representation scenarios
- Clear separation of UI and logic following Blazor practices

## System Requirements

Before running the examples, ensure your development environment meets the required specifications for Blazor and Syncfusion components.

- Refer to the official system requirements:
https://blazor.syncfusion.com/documentation/system-requirements

## Getting Started

To begin working with the chart examples:

1. Set up a Blazor Web App environment.
2. Install and configure the Syncfusion Blazor packages.
3. Run the project and explore the included chart samples.

A detailed getting started guide is available here:
https://blazor.syncfusion.com/documentation/chart/getting-started-with-web-app

## Usage

Use these examples as a learning aid or as a starting point for building chart-driven dashboards and data visualization features in your own Blazor applications. The patterns shown can be extended for more advanced scenarios based on project needs.

## Additional Resources

- **Documentation:** https://blazor.syncfusion.com/documentation/chart
Loading