Skip to content

nicolaparo/blazor-pie-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Pie Chart

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.

Requirements

This project requires .NET7 installed in your system in order to run.

Getting Started

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 .

Contributing

Please feel free to contribute by adding new features to this project:

  1. Fork it (https://github.com/nicolaparo/blazor-pie-chart)
  2. Create your branch (git checkout -b fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin fooBar)
  5. Create a new Pull Request

License

MIT License. See LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages