Flexmonster Pivot Table & Charts integration with Blazor

Flexmonster Pivot Table & Charts Website: www.flexmonster.com

Flexmonster Pivot Table & Charts

Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.

This repository holds the source code for a simple Blazor and Flexmonster Pivot Table & Charts project.

Prerequisites

To run the sample project with Blazor, you will need Microsoft .NET Core 3.1 or higher. Get it here if it's not already installed on your machine.

Installation

  1. Download the .zip archive with the sample project or clone it from GitHub with the following command:
git clone https://github.com/flexmonster/pivot-blazor.git && cd pivot-blazor
  1. Run the sample project from the console:
cd Flexmonster.Blazor.Sample
dotnet run

To see the result, open http://localhost:5000/ in your browser.

Usage

For details on usage, refer to the Flexmonster integration with Blazor tutorial.