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