Blazor Bar Chart with BlazorExpress.ChartJS
The Bar 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 Bar Chart item click callbacks with OnClick and ChartClickEventArgs. Use the official documentation and original demo below for the package-owned click-event example and API details.
We recommend checking the original BlazorExpress.ChartJS demo before adapting advanced examples.