Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Voronoi diagrams are commonly used to improve the interaction experience of visualizations by enabling a wider mouse interaction area, and can be useful for the implementation of tooltips so this will hopefully be useful for #44.
This PR:
@vx/voronoi
packagetile
example in/gallery
page
example linked from the tile at/voronoi
that shows a proof-of-concept for how the package can be used for mouse interactionsreadme
with an overview of the packageThe
readme.md
has an overview of what the package exports, basically a wrapper aroundd3-voronoi
to expose the layout itself + aVoronoiPolygon
that knows how to render the polygon./gallery
tile/voronoi
pageTested by:
tests run with
npm run tests
withinpackages/vx-voronoi/
/gallery
and/voronoi
tested locally in thepackages/demo
repo