Blazor Polar Area Chart with BlazorExpress.ChartJS
The Polar Area 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 Polar Area 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 Polar Area Chart documentation
- Original Polar Area Chart demo
- BlazorExpress.ChartJS GitHub repository
We recommend checking the original BlazorExpress.ChartJS demo before adapting advanced examples.