This project demonstrates how to create a PieChart with blazor, without requiring any additional JavaScript or third-party packages. This example creates the chart by using the SVGs.
This project requires .NET7 installed in your system in order to run.
git clone https://github.com/nicolaparo/blazor-pie-chart
cd blazor-pie-chart/src
Then, if you have Visual Studio Community
.\BlazorPieChart.sln
Or with Visual Studio Code
code .
Please feel free to contribute by adding new features to this project:
- Fork it (https://github.com/nicolaparo/blazor-pie-chart)
- Create your branch (git checkout -b fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin fooBar)
- Create a new Pull Request
MIT License. See LICENSE