Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stimulsoft/samples-dashboards.web-for-blazor-webassembly
Blazor WebAssembly (Wasm) samples for Reports.BLAZOR embedded components, Visual Studio C# projects, .NET 6, .NET 7, .NET 8 dashboards tool
https://github.com/stimulsoft/samples-dashboards.web-for-blazor-webassembly
blazor client-side converter dashboard data data-analysis data-sources database datagrid designer diagram dimension json net presentation print runtime viewer wasm webassembly
Last synced: about 4 hours ago
JSON representation
Blazor WebAssembly (Wasm) samples for Reports.BLAZOR embedded components, Visual Studio C# projects, .NET 6, .NET 7, .NET 8 dashboards tool
- Host: GitHub
- URL: https://github.com/stimulsoft/samples-dashboards.web-for-blazor-webassembly
- Owner: stimulsoft
- License: other
- Created: 2022-06-16T07:53:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T17:12:14.000Z (2 days ago)
- Last Synced: 2025-01-28T18:24:24.502Z (2 days ago)
- Topics: blazor, client-side, converter, dashboard, data, data-analysis, data-sources, database, datagrid, designer, diagram, dimension, json, net, presentation, print, runtime, viewer, wasm, webassembly
- Language: HTML
- Homepage: https://www.stimulsoft.com/en/products/dashboards-blazor
- Size: 1.88 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Blazor WebAssembly samples for Stimulsoft Dashboards.BLAZOR
#### This repository contains the source code of the examples of usage Stimulsoft Dashboards.BLAZOR data analytics tool in the Blazor WebAssembly applications, using C# code and Razor components. This embedded dashboard components and examples are compatible with .NET 6.0, .NET 7.0, and .NET 8.0 frameworks.
# Overview
This repository has some examples (Visual Studio Projects) each in different folders:
* [Adding a Custom Function to the Designer](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0/Adding%20a%20Custom%20Function%20to%20the%20Designer)
* [Creating Dashboard at Runtime](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0/Creating%20Dashboard%20at%20Runtime)
* [Editing a Dashboard in the Designer](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0/Editing%20a%20Dashboard%20in%20the%20Designer)
* [Exporting and Printing a Dashboard from Code](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0/Exporting%20and%20Printing%20a%20Dashboard%20from%20Code)
* [Registering a Data for the Dashboard](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0/Registering%20a%20Data%20for%20the%20Dashboard)
* [Showing a Dashboard in the Viewer](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0/Showing%20a%20Dashboard%20in%20the%20Viewer)All examples are combined into Visual Studio solutions (.sln files). They are prepared only for LTS frameworks, any compatible ones can be selected in the project settings. Currently, projects are prepared for these frameworks:
* [.NET 6.0](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%206.0)
* [.NET 8.0](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-WebAssembly/tree/main/NET%208.0)## Running samples
In order to start simply open the Visual Studio solution file in the IDE and run the required project as Startup Project. The required libraries will be automatically downloaded from the NuGet repository.## Other Web dashboard components
* [ASP.NET](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET)
* [ASP.NET MVC](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-MVC)
* [ASP.NET Core](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Core)
* [ASP.NET Angular](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-ASP.NET-Angular)
* [Blazor Server](https://github.com/stimulsoft/Samples-Dashboards.WEB-for-Blazor-Server)## About Stimulsoft Dashboards.BLAZOR
Stimulsoft Dashboards.BLAZOR is a data analytics tool for creating, editing, viewing, and exporting dashboards in Blazor applications. Our product works on the server and client sides. You may integrate it quickly into any web project, and it allows you to present and analyze data from many sources. In addition, it contains a set of tools for creating and editing dashboards.## Useful links
* [Live Demo](http://demo.stimulsoft.com/#Net)
* [Product Page](https://www.stimulsoft.com/en/products/dashboards-blazor)
* [Free Download](https://www.stimulsoft.com/en/downloads)
* [NuGet](https://www.nuget.org/packages/Stimulsoft.Dashboards.Blazor)
* [Documentation](https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_web_blazor.htm)
* [License](LICENSE.md)