An open API service indexing awesome lists of open source software.

https://github.com/syncfusion/blazor-showcase-organizational-chart

This repo contains the show case sample for blazor diagram
https://github.com/syncfusion/blazor-showcase-organizational-chart

Last synced: 7 months ago
JSON representation

This repo contains the show case sample for blazor diagram

Awesome Lists containing this project

README

          

[![.NET](https://github.com/syncfusion/blazor-showcase-organizational-chart/actions/workflows/dotnet.yml/badge.svg)](https://github.com/syncfusion/blazor-showcase-organizational-chart/actions/workflows/dotnet.yml)

# Essential Studio® for Blazor - Organizational chart

An organizational chart visually outlines an organization's hierarchy and relationships. It clarifies reporting lines and departmental roles, fostering transparency and collaboration. This chart aids in understanding the structure and facilitates effective communication within the organization.

## Requirements to run the demo

* [System requirements](https://blazor.syncfusion.com/documentation/system-requirements/)

* [NET 8 WebAssembly Workload](https://learn.microsoft.com/en-us/aspnet/core/blazor/webassembly-build-tools-and-aot?view=aspnetcore-8.0#net-webassembly-build-tools)

## How to run the demo

Clone the repository.This repository contains Blazor Organizational chart Server app, Blazor Organizational chart WASM app.
* `Server` folder has solution and project files to run Organizational chart server app.
* `Wasm` folder has solution and project files to run Organizational chart WebAssembly app.
* The Common folder contains all the common files (i.e., samples, static web assets, resources) which are applicable for Blazor Organizational chart Server demo and Blazor Organizational chart WASM demo.

### Run the demo using .NET CLI

* Open the command prompt from the demo's directory.
* Run the demo using the following command.

To run .NET 8 Organizational chart Server project
> `dotnet run --project Server/OrganizationalChart.sln`

To run .NET 8 Organizational chart WASM project
> `dotnet run --project Wasm/OrganizationalChart.sln`

### Run the demo using Visual Studio

* Open the solution file using Visual Studio.
* Press `Ctrl + F5` to run the demo.

### Run the demo using Visual Studio code

* Open the Visual Studio code from the Demo directory where the project file is present.

* Press `Ctrl + F5` to run the demo.

## Live Demo

#### Server - Organizational Chart Server Live Demo
#### WebAssembly - Organizational Chart WASM Live Demo

Check all the showcase samples from here.

## License

Syncfusion® Blazor Components is available under the Syncfusion® Essential Studio program, and can be licensed either under the Syncfusion® Community License Program or the Syncfusion® commercial license.

To be qualified for the Syncfusion® Community License Program, you must have gross revenue of less than one (1) million U.S. dollars (USD 1,000,000.00) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion's terms and conditions.

Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.

Use of Syncfusion® Blazor Components requires prior acquisition of either a Community License or a Commercial License. Additionally, usage is subject to acceptance of and compliance with Syncfusion's license terms and conditions.

The Syncfusion® license that contains the terms and conditions can be found at
[https://www.syncfusion.com/content/downloads/syncfusion_license.pdf](https://www.syncfusion.com/content/downloads/syncfusion_license.pdf)

## Support and feedback

* For any other queries, reach the [Syncfusion® support team](https://support.syncfusion.com/) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=blazor-samples).

* To renew the subscription, click [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=blazor-samples) or contact our sales team at .

* If the required information is not available, it can be submitted through the Syncfusion® Blazor Components Feedback Portal [feedback portal](https://www.syncfusion.com/feedback/blazor-components).

## See also

* [Blazor Documentation](https://blazor.syncfusion.com/documentation/introduction)
* [Blazor Components](https://www.syncfusion.com/blazor-components)
* [Blazor Live Demos - Server](https://blazor.syncfusion.com/demos/)
* [Blazor Live Demos - WebAssembly](https://blazor.syncfusion.com/wasm/demos/)
* [Blazor Playground](https://blazorplayground.syncfusion.com/)
* [Blazor Smart/AI Samples](https://github.com/syncfusion/smart-ai-samples)