JavaScript Chart - Examples
SciChart.js ships with over 80 JavaScript Chart demos which you can browse, view the source code and see related documentation. Build incredible complex dashboards with SciChart.js, our High Performance JavaScript Chart Library.
Demonstrates how to add Series Selection to a chart using SciChart.js, High Performance JavaScript Charts
Demonstrates the Hover and Selection Apu, which can be used to get feedback about clicks or hover on data-points or lines. Click or hover on the data-point and see the result.
Click or hover anywhere on the chart to call BaseRenderableSeries.hitTestProvider. hitTest. The HitTest function accepts a mouse-point and returns the nearest data-point, plus its location in X,Y coordinate space.
Tips
The hitTest function accepts parameters to control the hit-test logic. See the documentation on Hit-Testing for more info!