Blazor Doughnut Chart with BlazorExpress.ChartJS
The Doughnut Chart component is no longer shipped by BlazorBootstrap. Use the dedicated BlazorExpress.ChartJS package for the current component and API.
Migrating from the former BlazorBootstrap chart
Install BlazorExpress.ChartJS, import its namespace, load its browser scripts, and update your chart code to the dedicated package API. See the chart migration and setup guide.
Click events in 1.2.4
BlazorExpress.ChartJS 1.2.4 supports Doughnut Chart segment click callbacks with OnClick and ChartClickEventArgs. Use the official documentation and original demo below for the package-owned click-event example and API details.
- Official Doughnut Chart documentation
- Original Doughnut Chart demo
- BlazorExpress.ChartJS GitHub repository
We recommend checking the original BlazorExpress.ChartJS demo before adapting advanced examples.