| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Also updated a bunch of third party dependencies including KDBush from v3 to v4
Also fix an issue with `scatter.get('filteredPoints')`
|
This would be a very helpful feature! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR introduces an option to dynamically pick the point size
Description
With this PR the user can set thesizeBy to density (similar to the opacityBy) which tell regl-scatterplot to automatically pick a point size based on the number of points in the view.
To have better control over the point size, this PR also adds the following three properties:
Picking the right point size can be as hard as picking the right opacity. This PR makes this easier.
Checklist