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