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

fix: zoomToPoints() when no points were drawn yet #126

Closed flekschas closed 1 year ago

flekschas commented 1 year ago

This PR supersedes https://github.com/flekschas/regl-scatterplot/pull/124 by adding the necessary changes to make the test pass.

Description

What was changed in this pull request?

Throw an error when zoomToPoints() is called before points have been drawn. Expose isDestroyed and isPointsDrawn via get().

Why is it necessary?

Fixes #123

Checklist