Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 799 Bytes

File metadata and controls

18 lines (11 loc) · 799 Bytes

Create Blazor Pie, Pyramid, and Funnel Charts in Just 10 Minutes

A quick start Blazor project that helps you to learn how to add a simple Blazor accumulation chart to a Blazor WebAssembly app. In this video, You will see how to populate list data and set series types to charts. You will also learn how to add legends and enable data labels and tooltips in Blazor accumulation charts.

Example: https://blazor.syncfusion.com/demos/chart/pie

Documentation: https://blazor.syncfusion.com/documentation/accumulation-chart/getting-started

Prerequisites

  • Visual Studio 2022

How to run the project

  • 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.