flekschas / regl-scatterplot

Scalable WebGL-based scatter plot library build with Regl
https://flekschas.github.io/regl-scatterplot/
MIT License
185 stars 21 forks source link

Add a missing event name #87

Closed EmlynC closed 1 year ago

EmlynC commented 1 year ago

'select' is a valid event name, when a selection of points has been made.

flekschas commented 1 year ago

Thanks for catching the missing value and putting together a PR!